Html Css Color HEX #B6CC19 Rio Grande

📋 copy color: '#B6CC19'

red 182 ◦ green 204 ◦ blue 25

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

Shades of Rio Grande #B6CC19

Tints of Rio Grande #B6CC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.08%

R = 44.28%
G = 49.64%
B = 6.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#B6CC19 (or 0xB6CC19) is known color: Rio Grande. HEX triplet: B6, CC and 19. RGB value is (182,204,25). Sum of RGB (Red+Green+Blue) = 182+204+25=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6CC19 is #4933E6. Grayscale: #B1B1B1. Windows color (decimal): -4797415 or 1690806. OLE color: 1690806.

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

Color convert

RGB 182 204 25 -
CMYK 0.11 0 0.88 0.2
HSL 67.37º 0.78% 0.45% -
HSV(B) 67.37º 0.88% 0.8% -
XYZ 41.06 53.2 9.02 -
YUV 177.02 42.21 131.55 -
System Red Green Blue C M Y K H S L
Decimal 182 204 25 0.11 0 0.88 0.2 67.37 0.78 0.45
Hex B6 CC 19 B 0 58 14 43 4E 2D
Octal 266 314 31 13 0 130 24 103 116 55
Binary 10110110 11001100 11001 1011 0 1011000 10100 1000011 1001110 101101

Color Harmonies of #B6CC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CC19

Black with #B6CC19

Text Example


Text Example

White with #B6CC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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