Html Css Color HEX #B4CB67 Wild Willow

📋 copy color: '#B4CB67'

red 180 ◦ green 203 ◦ blue 103

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

Shades of Wild Willow #B4CB67

Tints of Wild Willow #B4CB67

RGB

 RED value IS 180 (70.7% from 255) = 37.04%

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

 BLUE value IS 103 (40.63% from 255) = 21.19%

R = 37.04%
G = 41.77%
B = 21.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#B4CB67 (or 0xB4CB67) is known color: Wild Willow. HEX triplet: B4, CB and 67. RGB value is (180,203,103). Sum of RGB (Red+Green+Blue) = 180+203+103=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CB67 is #4B3498. Grayscale: #B9B9B9. Windows color (decimal): -4928665 or 6802356. OLE color: 6802356.

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

Color convert

RGB 180 203 103 -
CMYK 0.11 0 0.49 0.20
HSL 73.8º 0.49% 0.6% -
HSV(B) 73.8º 0.49% 0.8% -
XYZ 42.63 53.39 20.89 -
YUV 184.72 81.88 124.63 -
System Red Green Blue C M Y K H S L
Decimal 180 203 103 0.11 0 0.49 0.20 73.8 0.49 0.6
Hex B4 CB 67 B 0 31 14 4A 31 3C
Octal 264 313 147 13 0 61 24 112 61 74
Binary 10110100 11001011 1100111 1011 0 110001 10100 1001010 110001 111100

Color Harmonies of #B4CB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CB67

Black with #B4CB67

Text Example


Text Example

White with #B4CB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CB67; }

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

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

background-color css

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

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

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

border-color css

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

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

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