#B8D00F

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

Shades of Rio Grande #B8D00F

Tints of Rio Grande #B8D00F

Color information

#B8D00F (or 0xB8D00F) is unknown color: approx Rio Grande. HEX triplet: B8, D0 and 0F. RGB value is (184,208,15). Sum of RGB (Red+Green+Blue) = 184+208+15=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #B8D00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D00F is #472FF0. Grayscale: #B3B3B3. Windows color (decimal): -4665329 or 1036472. OLE color: 1036472.

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

Color convert

RGB18420815-
CMYK0.1200.930.18
HSL67.46º86.55%43.73%-
HSV(B)67.46º92.79%81.57%-
XYZ42.4155.348.9-
YUV178.8235.55131.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 208 (81.64% from 255) = 51.11%
BLUE value IS 15 (6.25% from 255) = 3.69%
R=45.21%
G=51.11%
B=3.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal184208150.1200.930.1867.4686.5543.73
HexB8D0FC05D1243572c
Octal270320171401352210312754
Binary101110001101000011111100010111011001010000111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D00F; }

 p { color: rgb(184,208,15); }

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

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

 a { background-color: rgb(184,208,15); }

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

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

 span { border-color: rgb(184,208,15); }

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