Html Css Color HEX #B6BD17 Rio Grande

📋 copy color: '#B6BD17'

red 182 ◦ green 189 ◦ blue 23

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

Shades of Rio Grande #B6BD17

Tints of Rio Grande #B6BD17

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.97%

 BLUE value IS 23 (9.38% from 255) = 5.84%

R = 46.19%
G = 47.97%
B = 5.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#B6BD17 (or 0xB6BD17) is known color: Rio Grande. HEX triplet: B6, BD and 17. RGB value is (182,189,23). Sum of RGB (Red+Green+Blue) = 182+189+23=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BD17 is #4942E8. Grayscale: #A8A8A8. Windows color (decimal): -4801257 or 1555894. OLE color: 1555894.

HSL color Cylindrical-coordinate representation of color #B6BD17: hue angle of 62.53º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B6BD17 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 189 23 -
CMYK 0.04 0 0.88 0.26
HSL 62.53º 0.78% 0.42% -
HSV(B) 62.53º 0.88% 0.74% -
XYZ 37.64 46.4 7.78 -
YUV 167.98 46.18 138 -
System Red Green Blue C M Y K H S L
Decimal 182 189 23 0.04 0 0.88 0.26 62.53 0.78 0.42
Hex B6 BD 17 4 0 58 1A 3F 4E 2A
Octal 266 275 27 4 0 130 32 77 116 52
Binary 10110110 10111101 10111 100 0 1011000 11010 111111 1001110 101010

Color Harmonies of #B6BD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BD17

Black with #B6BD17

Text Example


Text Example

White with #B6BD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BD17; }

 p { color: rgb(182,189,23); }

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

background-color css

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

 a { background-color: rgb(182,189,23); }

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

border-color css

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

 span { border-color: rgb(182,189,23); }

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