Html Css Color HEX #B6CC1E Rio Grande

📋 copy color: '#B6CC1E'

red 182 ◦ green 204 ◦ blue 30

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

Shades of Rio Grande #B6CC1E

Tints of Rio Grande #B6CC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.21%

R = 43.75%
G = 49.04%
B = 7.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#B6CC1E (or 0xB6CC1E) is known color: Rio Grande. HEX triplet: B6, CC and 1E. RGB value is (182,204,30). Sum of RGB (Red+Green+Blue) = 182+204+30=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CC1E is #4933E1. Grayscale: #B2B2B2. Windows color (decimal): -4797410 or 2018486. OLE color: 2018486.

HSL color Cylindrical-coordinate representation of color #B6CC1E: hue angle of 67.59º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6CC1E is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 204 30 -
CMYK 0.11 0 0.85 0.2
HSL 67.59º 0.74% 0.46% -
HSV(B) 67.59º 0.85% 0.8% -
XYZ 41.12 53.22 9.33 -
YUV 177.59 44.71 131.15 -
System Red Green Blue C M Y K H S L
Decimal 182 204 30 0.11 0 0.85 0.2 67.59 0.74 0.46
Hex B6 CC 1E B 0 55 14 44 4A 2E
Octal 266 314 36 13 0 125 24 104 112 56
Binary 10110110 11001100 11110 1011 0 1010101 10100 1000100 1001010 101110

Color Harmonies of #B6CC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CC1E

Black with #B6CC1E

Text Example


Text Example

White with #B6CC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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