#B8CB1A

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

Shades of Rio Grande #B8CB1A

Tints of Rio Grande #B8CB1A

Color information

#B8CB1A (or 0xB8CB1A) is unknown color: approx Rio Grande. HEX triplet: B8, CB and 1A. RGB value is (184,203,26). Sum of RGB (Red+Green+Blue) = 184+203+26=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 26 (10.55% from 255 or 6.30% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CB1A is #4734E5. Grayscale: #B1B1B1. Windows color (decimal): -4666598 or 1756088. OLE color: 1756088.

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

Color convert

RGB18420326-
CMYK0.0900.870.20
HSL66.44º77.29%44.9%-
HSV(B)66.44º87.19%79.61%-
XYZ41.3152.989.03-
YUV177.1442.71132.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 203 (79.69% from 255) = 49.15%
BLUE value IS 26 (10.55% from 255) = 6.30%
R=44.55%
G=49.15%
B=6.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184203260.0900.870.2066.4477.2944.9
HexB8CB1A905714424d2d
Octal270313321101272410211555
Binary1011100011001011110101001010101111010010000101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CB1A; }

 p { color: rgb(184,203,26); }

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

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

 a { background-color: rgb(184,203,26); }

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

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

 span { border-color: rgb(184,203,26); }

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