Html Css Color HEX #B6D01C Rio Grande

📋 copy color: '#B6D01C'

red 182 ◦ green 208 ◦ blue 28

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

Shades of Rio Grande #B6D01C

Tints of Rio Grande #B6D01C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.76%

 BLUE value IS 28 (11.33% from 255) = 6.7%

R = 43.54%
G = 49.76%
B = 6.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#B6D01C (or 0xB6D01C) is known color: Rio Grande. HEX triplet: B6, D0 and 1C. RGB value is (182,208,28). Sum of RGB (Red+Green+Blue) = 182+208+28=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 28 (11.33% from 255 or 6.70% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #B6D01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D01C is #492FE3. Grayscale: #B4B4B4. Windows color (decimal): -4796388 or 1888438. OLE color: 1888438.

HSL color Cylindrical-coordinate representation of color #B6D01C: hue angle of 68.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B6D01C is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 208 28 -
CMYK 0.12 0 0.87 0.18
HSL 68.67º 0.76% 0.46% -
HSV(B) 68.67º 0.87% 0.82% -
XYZ 42.06 55.14 9.53 -
YUV 179.71 42.39 129.64 -
System Red Green Blue C M Y K H S L
Decimal 182 208 28 0.12 0 0.87 0.18 68.67 0.76 0.46
Hex B6 D0 1C C 0 57 12 45 4C 2E
Octal 266 320 34 14 0 127 22 105 114 56
Binary 10110110 11010000 11100 1100 0 1010111 10010 1000101 1001100 101110

Color Harmonies of #B6D01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D01C

Black with #B6D01C

Text Example


Text Example

White with #B6D01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D01C; }

 p { color: rgb(182,208,28); }

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

background-color css

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

 a { background-color: rgb(182,208,28); }

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

border-color css

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

 span { border-color: rgb(182,208,28); }

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