#B7CB69

Color #B7CB69 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #B7CB69

Tints of Wild Willow #B7CB69

Color information

#B7CB69 (or 0xB7CB69) is unknown color: approx Wild Willow. HEX triplet: B7, CB and 69. RGB value is (183,203,105). Sum of RGB (Red+Green+Blue) = 183+203+105=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CB69 is #483496. Grayscale: #BABABA. Windows color (decimal): -4732055 or 6933431. OLE color: 6933431.

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

Color convert

RGB183203105-
CMYK0.1000.480.20
HSL72.24º48.51%60.39%-
HSV(B)72.24º48.28%79.61%-
XYZ43.4353.821.46-
YUV185.8582.37125.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.27%
GREEN value IS 203 (79.69% from 255) = 41.34%
BLUE value IS 105 (41.41% from 255) = 21.38%
R=37.27%
G=41.34%
B=21.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832031050.1000.480.2072.2448.5160.39
HexB7CB69A0301448313c
Octal26731315112060241106174
Binary1011011111001011110100110100110000101001001000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CB69; }

 p { color: rgb(183,203,105); }

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

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

 a { background-color: rgb(183,203,105); }

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

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

 span { border-color: rgb(183,203,105); }

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