Html Css Color HEX #B2C121 Rio Grande

📋 copy color: '#B2C121'

red 178 ◦ green 193 ◦ blue 33

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

Shades of Rio Grande #B2C121

Tints of Rio Grande #B2C121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.77%

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

R = 44.06%
G = 47.77%
B = 8.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#B2C121 (or 0xB2C121) is known color: Rio Grande. HEX triplet: B2, C1 and 21. RGB value is (178,193,33). Sum of RGB (Red+Green+Blue) = 178+193+33=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C121 is #4D3EDE. Grayscale: #AAAAAA. Windows color (decimal): -5062367 or 2212274. OLE color: 2212274.

HSL color Cylindrical-coordinate representation of color #B2C121: hue angle of 65.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2C121 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 193 33 -
CMYK 0.08 0 0.83 0.24
HSL 65.63º 0.71% 0.44% -
HSV(B) 65.63º 0.83% 0.76% -
XYZ 37.7 47.71 8.66 -
YUV 170.28 50.53 133.51 -
System Red Green Blue C M Y K H S L
Decimal 178 193 33 0.08 0 0.83 0.24 65.63 0.71 0.44
Hex B2 C1 21 8 0 53 18 42 47 2C
Octal 262 301 41 10 0 123 30 102 107 54
Binary 10110010 11000001 100001 1000 0 1010011 11000 1000010 1000111 101100

Color Harmonies of #B2C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C121

Black with #B2C121

Text Example


Text Example

White with #B2C121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C121; }

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

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

background-color css

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

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

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

border-color css

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

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

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