Html Css Color HEX #B2C92C Rio Grande

📋 copy color: '#B2C92C'

red 178 ◦ green 201 ◦ blue 44

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

Shades of Rio Grande #B2C92C

Tints of Rio Grande #B2C92C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.52%

 BLUE value IS 44 (17.58% from 255) = 10.4%

R = 42.08%
G = 47.52%
B = 10.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#B2C92C (or 0xB2C92C) is known color: Rio Grande. HEX triplet: B2, C9 and 2C. RGB value is (178,201,44). Sum of RGB (Red+Green+Blue) = 178+201+44=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C92C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C92C is #4D36D3. Grayscale: #B0B0B0. Windows color (decimal): -5060308 or 2935218. OLE color: 2935218.

HSL color Cylindrical-coordinate representation of color #B2C92C: hue angle of 68.79º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2C92C is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 201 44 -
CMYK 0.11 0 0.78 0.21
HSL 68.79º 0.64% 0.48% -
HSV(B) 68.79º 0.78% 0.79% -
XYZ 39.7 51.42 10.22 -
YUV 176.23 53.38 129.27 -
System Red Green Blue C M Y K H S L
Decimal 178 201 44 0.11 0 0.78 0.21 68.79 0.64 0.48
Hex B2 C9 2C B 0 4E 15 45 40 30
Octal 262 311 54 13 0 116 25 105 100 60
Binary 10110010 11001001 101100 1011 0 1001110 10101 1000101 1000000 110000

Color Harmonies of #B2C92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C92C

Black with #B2C92C

Text Example


Text Example

White with #B2C92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C92C; }

 p { color: rgb(178,201,44); }

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

background-color css

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

 a { background-color: rgb(178,201,44); }

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

border-color css

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

 span { border-color: rgb(178,201,44); }

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