Html Css Color HEX #B3CB65 Wild Willow

📋 copy color: '#B3CB65'

red 179 ◦ green 203 ◦ blue 101

#B3CB65
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #B3CB65

Tints of Wild Willow #B3CB65

RGB

 RED value IS 179 (70.31% from 255) = 37.06%

 GREEN value IS 203 (79.69% from 255) = 42.03%

 BLUE value IS 101 (39.84% from 255) = 20.91%

R = 37.06%
G = 42.03%
B = 20.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#B3CB65 (or 0xB3CB65) is known color: Wild Willow. HEX triplet: B3, CB and 65. RGB value is (179,203,101). Sum of RGB (Red+Green+Blue) = 179+203+101=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CB65 is #4C349A. Grayscale: #B8B8B8. Windows color (decimal): -4994203 or 6671283. OLE color: 6671283.

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

Color convert

RGB 179 203 101 -
CMYK 0.12 0 0.50 0.20
HSL 74.12º 0.5% 0.6% -
HSV(B) 74.12º 0.5% 0.8% -
XYZ 42.3 53.24 20.36 -
YUV 184.2 81.05 124.29 -
System Red Green Blue C M Y K H S L
Decimal 179 203 101 0.12 0 0.50 0.20 74.12 0.5 0.6
Hex B3 CB 65 C 0 32 14 4A 32 3C
Octal 263 313 145 14 0 62 24 112 62 74
Binary 10110011 11001011 1100101 1100 0 110010 10100 1001010 110010 111100

Color Harmonies of #B3CB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CB65

Black with #B3CB65

Text Example


Text Example

White with #B3CB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CB65; }

 p { color: rgb(179,203,101); }

 H1.HeaderClassName
 {
   color: #B3CB65;
 }
 .AnyTagClassName
 {
   color: #B3CB65;
 }
</style>

background-color css

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

 a { background-color: rgb(179,203,101); }

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

border-color css

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

 span { border-color: rgb(179,203,101); }

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