Html Css Color HEX #B6CC14 Rio Grande

📋 copy color: '#B6CC14'

red 182 ◦ green 204 ◦ blue 20

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

Shades of Rio Grande #B6CC14

Tints of Rio Grande #B6CC14

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.25%

 BLUE value IS 20 (8.2% from 255) = 4.93%

R = 44.83%
G = 50.25%
B = 4.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#B6CC14 (or 0xB6CC14) is known color: Rio Grande. HEX triplet: B6, CC and 14. RGB value is (182,204,20). Sum of RGB (Red+Green+Blue) = 182+204+20=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6CC14 is #4933EB. Grayscale: #B1B1B1. Windows color (decimal): -4797420 or 1363126. OLE color: 1363126.

HSL color Cylindrical-coordinate representation of color #B6CC14: hue angle of 67.17º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6CC14 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 204 20 -
CMYK 0.11 0 0.90 0.2
HSL 67.17º 0.82% 0.44% -
HSV(B) 67.17º 0.9% 0.8% -
XYZ 41.01 53.18 8.77 -
YUV 176.45 39.71 131.96 -
System Red Green Blue C M Y K H S L
Decimal 182 204 20 0.11 0 0.90 0.2 67.17 0.82 0.44
Hex B6 CC 14 B 0 5A 14 43 52 2C
Octal 266 314 24 13 0 132 24 103 122 54
Binary 10110110 11001100 10100 1011 0 1011010 10100 1000011 1010010 101100

Color Harmonies of #B6CC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CC14

Black with #B6CC14

Text Example


Text Example

White with #B6CC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CC14; }

 p { color: rgb(182,204,20); }

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

background-color css

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

 a { background-color: rgb(182,204,20); }

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

border-color css

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

 span { border-color: rgb(182,204,20); }

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