Html Css Color HEX #B6CF20 Rio Grande

📋 copy color: '#B6CF20'

red 182 ◦ green 207 ◦ blue 32

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

Shades of Rio Grande #B6CF20

Tints of Rio Grande #B6CF20

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.17%

 BLUE value IS 32 (12.89% from 255) = 7.6%

R = 43.23%
G = 49.17%
B = 7.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#B6CF20 (or 0xB6CF20) is known color: Rio Grande. HEX triplet: B6, CF and 20. RGB value is (182,207,32). Sum of RGB (Red+Green+Blue) = 182+207+32=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CF20 is #4930DF. Grayscale: #B4B4B4. Windows color (decimal): -4796640 or 2150326. OLE color: 2150326.

HSL color Cylindrical-coordinate representation of color #B6CF20: hue angle of 68.57º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6CF20 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 207 32 -
CMYK 0.12 0 0.85 0.19
HSL 68.57º 0.73% 0.47% -
HSV(B) 68.57º 0.85% 0.81% -
XYZ 41.86 54.68 9.71 -
YUV 179.58 44.72 129.73 -
System Red Green Blue C M Y K H S L
Decimal 182 207 32 0.12 0 0.85 0.19 68.57 0.73 0.47
Hex B6 CF 20 C 0 55 13 45 49 2F
Octal 266 317 40 14 0 125 23 105 111 57
Binary 10110110 11001111 100000 1100 0 1010101 10011 1000101 1001001 101111

Color Harmonies of #B6CF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CF20

Black with #B6CF20

Text Example


Text Example

White with #B6CF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CF20; }

 p { color: rgb(182,207,32); }

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

background-color css

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

 a { background-color: rgb(182,207,32); }

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

border-color css

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

 span { border-color: rgb(182,207,32); }

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