Html Css Color HEX #BBC665 Wild Willow

📋 copy color: '#BBC665'

red 187 ◦ green 198 ◦ blue 101

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

Shades of Wild Willow #BBC665

Tints of Wild Willow #BBC665

RGB

 RED value IS 187 (73.44% from 255) = 38.48%

 GREEN value IS 198 (77.73% from 255) = 40.74%

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

R = 38.48%
G = 40.74%
B = 20.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#BBC665 (or 0xBBC665) is known color: Wild Willow. HEX triplet: BB, C6 and 65. RGB value is (187,198,101). Sum of RGB (Red+Green+Blue) = 187+198+101=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC665 is #44399A. Grayscale: #B8B8B8. Windows color (decimal): -4471195 or 6670011. OLE color: 6670011.

HSL color Cylindrical-coordinate representation of color #BBC665: hue angle of 66.8º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBC665 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 198 101 -
CMYK 0.06 0 0.49 0.22
HSL 66.8º 0.46% 0.59% -
HSV(B) 66.8º 0.49% 0.78% -
XYZ 43.04 51.89 20.06 -
YUV 183.65 81.36 130.39 -
System Red Green Blue C M Y K H S L
Decimal 187 198 101 0.06 0 0.49 0.22 66.8 0.46 0.59
Hex BB C6 65 6 0 31 16 43 2E 3B
Octal 273 306 145 6 0 61 26 103 56 73
Binary 10111011 11000110 1100101 110 0 110001 10110 1000011 101110 111011

Color Harmonies of #BBC665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC665

Black with #BBC665

Text Example


Text Example

White with #BBC665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC665; }

 p { color: rgb(187,198,101); }

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

background-color css

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

 a { background-color: rgb(187,198,101); }

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

border-color css

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

 span { border-color: rgb(187,198,101); }

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