#B5CE0F

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

Shades of Rio Grande #B5CE0F

Tints of Rio Grande #B5CE0F

Color information

#B5CE0F (or 0xB5CE0F) is unknown color: approx Rio Grande. HEX triplet: B5, CE and 0F. RGB value is (181,206,15). Sum of RGB (Red+Green+Blue) = 181+206+15=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 206 (80.86% from 255 or 51.24% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CE0F is #4A31F0. Grayscale: #B1B1B1. Windows color (decimal): -4862449 or 1035957. OLE color: 1035957.

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

Color convert

RGB18120615-
CMYK0.1200.930.19
HSL67.85º86.43%43.33%-
HSV(B)67.85º92.72%80.78%-
XYZ41.21548.7-
YUV176.7536.72131.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 206 (80.86% from 255) = 51.24%
BLUE value IS 15 (6.25% from 255) = 3.73%
R=45.02%
G=51.24%
B=3.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal181206150.1200.930.1967.8586.4343.33
HexB5CEFC05D1344562b
Octal265316171401352310412653
Binary101101011100111011111100010111011001110001001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CE0F; }

 p { color: rgb(181,206,15); }

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

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

 a { background-color: rgb(181,206,15); }

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

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

 span { border-color: rgb(181,206,15); }

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