Html Css Color HEX #B6CC1B Rio Grande

📋 copy color: '#B6CC1B'

red 182 ◦ green 204 ◦ blue 27

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

Shades of Rio Grande #B6CC1B

Tints of Rio Grande #B6CC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.54%

R = 44.07%
G = 49.39%
B = 6.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#B6CC1B (or 0xB6CC1B) is known color: Rio Grande. HEX triplet: B6, CC and 1B. RGB value is (182,204,27). Sum of RGB (Red+Green+Blue) = 182+204+27=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CC1B is #4933E4. Grayscale: #B1B1B1. Windows color (decimal): -4797413 or 1821878. OLE color: 1821878.

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

Color convert

RGB 182 204 27 -
CMYK 0.11 0 0.87 0.2
HSL 67.46º 0.77% 0.45% -
HSV(B) 67.46º 0.87% 0.8% -
XYZ 41.08 53.21 9.14 -
YUV 177.24 43.21 131.39 -
System Red Green Blue C M Y K H S L
Decimal 182 204 27 0.11 0 0.87 0.2 67.46 0.77 0.45
Hex B6 CC 1B B 0 57 14 43 4D 2D
Octal 266 314 33 13 0 127 24 103 115 55
Binary 10110110 11001100 11011 1011 0 1010111 10100 1000011 1001101 101101

Color Harmonies of #B6CC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CC1B

Black with #B6CC1B

Text Example


Text Example

White with #B6CC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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