#B4CB26

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

Shades of Rio Grande #B4CB26

Tints of Rio Grande #B4CB26

Color information

#B4CB26 (or 0xB4CB26) is unknown color: approx Rio Grande. HEX triplet: B4, CB and 26. RGB value is (180,203,38). Sum of RGB (Red+Green+Blue) = 180+203+38=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 38 (15.23% from 255 or 9.03% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CB26 is #4B34D9. Grayscale: #B1B1B1. Windows color (decimal): -4928730 or 2542516. OLE color: 2542516.

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

Color convert

RGB18020338-
CMYK0.1100.810.20
HSL68.36º68.46%47.25%-
HSV(B)68.36º81.28%79.61%-
XYZ40.5352.569.84-
YUV177.3149.38129.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 203 (79.69% from 255) = 48.22%
BLUE value IS 38 (15.23% from 255) = 9.03%
R=42.76%
G=48.22%
B=9.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal180203380.1100.810.2068.3668.4647.25
HexB4CB26B0511444442f
Octal264313461301212410410457
Binary10110100110010111001101011010100011010010001001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CB26; }

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

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

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

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

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

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

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

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