Html Css Color HEX #B0CB67 Wild Willow

📋 copy color: '#B0CB67'

red 176 ◦ green 203 ◦ blue 103

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

Shades of Wild Willow #B0CB67

Tints of Wild Willow #B0CB67

RGB

 RED value IS 176 (69.14% from 255) = 36.51%

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

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

R = 36.51%
G = 42.12%
B = 21.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#B0CB67 (or 0xB0CB67) is known color: Wild Willow. HEX triplet: B0, CB and 67. RGB value is (176,203,103). Sum of RGB (Red+Green+Blue) = 176+203+103=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CB67 is #4F3498. Grayscale: #B7B7B7. Windows color (decimal): -5190809 or 6802352. OLE color: 6802352.

HSL color Cylindrical-coordinate representation of color #B0CB67: hue angle of 76.2º 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 #B0CB67 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 203 103 -
CMYK 0.13 0 0.49 0.20
HSL 76.2º 0.49% 0.6% -
HSV(B) 76.2º 0.49% 0.8% -
XYZ 41.71 52.92 20.85 -
YUV 183.53 82.55 122.63 -
System Red Green Blue C M Y K H S L
Decimal 176 203 103 0.13 0 0.49 0.20 76.2 0.49 0.6
Hex B0 CB 67 D 0 31 14 4C 31 3C
Octal 260 313 147 15 0 61 24 114 61 74
Binary 10110000 11001011 1100111 1101 0 110001 10100 1001100 110001 111100

Color Harmonies of #B0CB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CB67

Black with #B0CB67

Text Example


Text Example

White with #B0CB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CB67; }

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

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

background-color css

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

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

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

border-color css

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

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

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