Html Css Color HEX #B6C415 Rio Grande

📋 copy color: '#B6C415'

red 182 ◦ green 196 ◦ blue 21

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

Shades of Rio Grande #B6C415

Tints of Rio Grande #B6C415

RGB

 RED value IS 182 (71.48% from 255) = 45.61%

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

 BLUE value IS 21 (8.59% from 255) = 5.26%

R = 45.61%
G = 49.12%
B = 5.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#B6C415 (or 0xB6C415) is known color: Rio Grande. HEX triplet: B6, C4 and 15. RGB value is (182,196,21). Sum of RGB (Red+Green+Blue) = 182+196+21=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C415 is #493BEA. Grayscale: #ACACAC. Windows color (decimal): -4799467 or 1426614. OLE color: 1426614.

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

Color convert

RGB 182 196 21 -
CMYK 0.07 0 0.89 0.23
HSL 64.8º 0.81% 0.43% -
HSV(B) 64.8º 0.89% 0.77% -
XYZ 39.17 49.48 8.2 -
YUV 171.86 42.86 135.23 -
System Red Green Blue C M Y K H S L
Decimal 182 196 21 0.07 0 0.89 0.23 64.8 0.81 0.43
Hex B6 C4 15 7 0 59 17 41 51 2B
Octal 266 304 25 7 0 131 27 101 121 53
Binary 10110110 11000100 10101 111 0 1011001 10111 1000001 1010001 101011

Color Harmonies of #B6C415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C415

Black with #B6C415

Text Example


Text Example

White with #B6C415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C415; }

 p { color: rgb(182,196,21); }

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

background-color css

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

 a { background-color: rgb(182,196,21); }

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

border-color css

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

 span { border-color: rgb(182,196,21); }

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