#B7D00F

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

Shades of Rio Grande #B7D00F

Tints of Rio Grande #B7D00F

Color information

#B7D00F (or 0xB7D00F) is unknown color: approx Rio Grande. HEX triplet: B7, D0 and 0F. RGB value is (183,208,15). Sum of RGB (Red+Green+Blue) = 183+208+15=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 15 (6.25% from 255 or 3.69% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D00F is #482FF0. Grayscale: #B3B3B3. Windows color (decimal): -4730865 or 1036471. OLE color: 1036471.

HSL color Cylindrical-coordinate representation of color #B7D00F: hue angle of 67.77º 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 #B7D00F is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB18320815-
CMYK0.1200.930.18
HSL67.77º86.55%43.73%-
HSV(B)67.77º92.79%81.57%-
XYZ42.1755.218.89-
YUV178.5235.72131.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 208 (81.64% from 255) = 51.23%
BLUE value IS 15 (6.25% from 255) = 3.69%
R=45.07%
G=51.23%
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
Decimal183208150.1200.930.1867.7786.5543.73
HexB7D0FC05D1244572c
Octal267320171401352210412754
Binary101101111101000011111100010111011001010001001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D00F; }

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

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

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

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

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

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

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

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