#B8CF20

Color #B8CF20 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B8CF20

Tints of Rio Grande #B8CF20

Color information

#B8CF20 (or 0xB8CF20) is unknown color: approx Rio Grande. HEX triplet: B8, CF and 20. RGB value is (184,207,32). Sum of RGB (Red+Green+Blue) = 184+207+32=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CF20 is #4730DF. Grayscale: #B4B4B4. Windows color (decimal): -4665568 or 2150328. OLE color: 2150328.

HSL color Cylindrical-coordinate representation of color #B8CF20: hue angle of 67.89º 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 #B8CF20 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB18420732-
CMYK0.1100.850.19
HSL67.89º73.22%46.86%-
HSV(B)67.89º84.54%81.18%-
XYZ42.3454.929.74-
YUV180.1744.38130.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 207 (81.25% from 255) = 48.94%
BLUE value IS 32 (12.89% from 255) = 7.57%
R=43.50%
G=48.94%
B=7.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal184207320.1100.850.1967.8973.2246.86
HexB8CF20B0551344492f
Octal270317401301252310411157
Binary10111000110011111000001011010101011001110001001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CF20; }

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

 H1.HeaderClassName
 {
   color: #B8CF20;
 }
 .AnyTagClassName
 {
   color: #B8CF20;
 }
</style>
background-color css

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

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

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

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

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

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