#B8CD26

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

Shades of Rio Grande #B8CD26

Tints of Rio Grande #B8CD26

Color information

#B8CD26 (or 0xB8CD26) is unknown color: approx Rio Grande. HEX triplet: B8, CD and 26. RGB value is (184,205,38). Sum of RGB (Red+Green+Blue) = 184+205+38=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 38 (15.23% from 255 or 8.90% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CD26 is #4732D9. Grayscale: #B4B4B4. Windows color (decimal): -4666074 or 2543032. OLE color: 2543032.

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

Color convert

RGB18420538-
CMYK0.1000.810.20
HSL67.54º68.72%47.65%-
HSV(B)67.54º81.46%80.39%-
XYZ41.9553.9910.04-
YUV179.6848.04131.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 205 (80.47% from 255) = 48.01%
BLUE value IS 38 (15.23% from 255) = 8.90%
R=43.09%
G=48.01%
B=8.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184205380.1000.810.2067.5468.7247.65
HexB8CD26A05114444530
Octal270315461201212410410560
Binary10111000110011011001101010010100011010010001001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CD26; }

 p { color: rgb(184,205,38); }

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

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

 a { background-color: rgb(184,205,38); }

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

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

 span { border-color: rgb(184,205,38); }

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