#B4CB1C

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

Shades of Rio Grande #B4CB1C

Tints of Rio Grande #B4CB1C

Color information

#B4CB1C (or 0xB4CB1C) is unknown color: approx Rio Grande. HEX triplet: B4, CB and 1C. RGB value is (180,203,28). Sum of RGB (Red+Green+Blue) = 180+203+28=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CB1C is #4B34E3. Grayscale: #B0B0B0. Windows color (decimal): -4928740 or 1887156. OLE color: 1887156.

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

Color convert

RGB18020328-
CMYK0.1100.860.20
HSL67.89º75.76%45.29%-
HSV(B)67.89º86.21%79.61%-
XYZ40.3952.59.1-
YUV176.1744.38130.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 203 (79.69% from 255) = 49.39%
BLUE value IS 28 (11.33% from 255) = 6.81%
R=43.80%
G=49.39%
B=6.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal180203280.1100.860.2067.8975.7645.29
HexB4CB1CB05614444c2d
Octal264313341301262410411455
Binary1011010011001011111001011010101101010010001001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CB1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CB1C; }

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

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

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

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

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

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

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

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