Html Css Color HEX #B2C417 Rio Grande

📋 copy color: '#B2C417'

red 178 ◦ green 196 ◦ blue 23

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

Shades of Rio Grande #B2C417

Tints of Rio Grande #B2C417

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.37%

 BLUE value IS 23 (9.38% from 255) = 5.79%

R = 44.84%
G = 49.37%
B = 5.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#B2C417 (or 0xB2C417) is known color: Rio Grande. HEX triplet: B2, C4 and 17. RGB value is (178,196,23). Sum of RGB (Red+Green+Blue) = 178+196+23=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C417 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C417 is #4D3BE8. Grayscale: #ABABAB. Windows color (decimal): -5061609 or 1557682. OLE color: 1557682.

HSL color Cylindrical-coordinate representation of color #B2C417: hue angle of 66.24º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2C417 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 196 23 -
CMYK 0.09 0 0.88 0.23
HSL 66.24º 0.79% 0.43% -
HSV(B) 66.24º 0.88% 0.77% -
XYZ 38.25 49.01 8.25 -
YUV 170.9 44.54 133.07 -
System Red Green Blue C M Y K H S L
Decimal 178 196 23 0.09 0 0.88 0.23 66.24 0.79 0.43
Hex B2 C4 17 9 0 58 17 42 4F 2B
Octal 262 304 27 11 0 130 27 102 117 53
Binary 10110010 11000100 10111 1001 0 1011000 10111 1000010 1001111 101011

Color Harmonies of #B2C417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C417

Black with #B2C417

Text Example


Text Example

White with #B2C417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C417; }

 p { color: rgb(178,196,23); }

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

background-color css

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

 a { background-color: rgb(178,196,23); }

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

border-color css

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

 span { border-color: rgb(178,196,23); }

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