Html Css Color HEX #B2BE21 Rio Grande

📋 copy color: '#B2BE21'

red 178 ◦ green 190 ◦ blue 33

#B2BE21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #B2BE21

Tints of Rio Grande #B2BE21

RGB

 RED value IS 178 (69.92% from 255) = 44.39%

 GREEN value IS 190 (74.61% from 255) = 47.38%

 BLUE value IS 33 (13.28% from 255) = 8.23%

R = 44.39%
G = 47.38%
B = 8.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B2BE21 (or 0xB2BE21) is known color: Rio Grande. HEX triplet: B2, BE and 21. RGB value is (178,190,33). Sum of RGB (Red+Green+Blue) = 178+190+33=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BE21 is #4D41DE. Grayscale: #A9A9A9. Windows color (decimal): -5063135 or 2211506. OLE color: 2211506.

HSL color Cylindrical-coordinate representation of color #B2BE21: hue angle of 64.59º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2BE21 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 190 33 -
CMYK 0.06 0 0.83 0.25
HSL 64.59º 0.7% 0.44% -
HSV(B) 64.59º 0.83% 0.75% -
XYZ 37.05 46.4 8.44 -
YUV 168.51 51.52 134.77 -
System Red Green Blue C M Y K H S L
Decimal 178 190 33 0.06 0 0.83 0.25 64.59 0.7 0.44
Hex B2 BE 21 6 0 53 19 41 46 2C
Octal 262 276 41 6 0 123 31 101 106 54
Binary 10110010 10111110 100001 110 0 1010011 11001 1000001 1000110 101100

Color Harmonies of #B2BE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE21

Black with #B2BE21

Text Example


Text Example

White with #B2BE21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE21; }

 p { color: rgb(178,190,33); }

 H1.HeaderClassName
 {
   color: #B2BE21;
 }
 .AnyTagClassName
 {
   color: #B2BE21;
 }
</style>

background-color css

<style>
 a { background-color: #B2BE21; }

 a { background-color: rgb(178,190,33); }

 div.DivClassName
 {
   background-color: #B2BE21;
 }
 .BgClassName
 {
   background-color: #B2BE21;
 }
</style>

border-color css

<style>
 span { border-color: #B2BE21; }

 span { border-color: rgb(178,190,33); }

 td.TdClassName
 {
   border-color: #B2BE21;
 }
 .TagClassName
 {
   border-color: #B2BE21;
 }
</style>