#B4CB0E

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

Shades of Rio Grande #B4CB0E

Tints of Rio Grande #B4CB0E

Color information

#B4CB0E (or 0xB4CB0E) is unknown color: approx Rio Grande. HEX triplet: B4, CB and 0E. RGB value is (180,203,14). Sum of RGB (Red+Green+Blue) = 180+203+14=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4CB0E is #4B34F1. Grayscale: #AFAFAF. Windows color (decimal): -4928754 or 969652. OLE color: 969652.

HSL color Cylindrical-coordinate representation of color #B4CB0E: hue angle of 67.3º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4CB0E is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB18020314-
CMYK0.1100.930.20
HSL67.3º87.1%42.55%-
HSV(B)67.3º93.1%79.61%-
XYZ40.2652.458.42-
YUV174.5837.38131.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 203 (79.69% from 255) = 51.13%
BLUE value IS 14 (5.86% from 255) = 3.53%
R=45.34%
G=51.13%
B=3.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal180203140.1100.930.2067.387.142.55
HexB4CBEB05D1443572b
Octal264313161301352410312753
Binary101101001100101111101011010111011010010000111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CB0E; }

 p { color: rgb(180,203,14); }

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

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

 a { background-color: rgb(180,203,14); }

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

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

 span { border-color: rgb(180,203,14); }

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