Html Css Color HEX #BBC768 Wild Willow

📋 copy color: '#BBC768'

red 187 ◦ green 199 ◦ blue 104

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

Shades of Wild Willow #BBC768

Tints of Wild Willow #BBC768

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.61%

 BLUE value IS 104 (41.02% from 255) = 21.22%

R = 38.16%
G = 40.61%
B = 21.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#BBC768 (or 0xBBC768) is known color: Wild Willow. HEX triplet: BB, C7 and 68. RGB value is (187,199,104). Sum of RGB (Red+Green+Blue) = 187+199+104=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC768 is #443897. Grayscale: #B8B8B8. Windows color (decimal): -4470936 or 6866875. OLE color: 6866875.

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

Color convert

RGB 187 199 104 -
CMYK 0.06 0 0.48 0.22
HSL 67.58º 0.46% 0.59% -
HSV(B) 67.58º 0.48% 0.78% -
XYZ 43.42 52.41 20.92 -
YUV 184.58 82.52 129.72 -
System Red Green Blue C M Y K H S L
Decimal 187 199 104 0.06 0 0.48 0.22 67.58 0.46 0.59
Hex BB C7 68 6 0 30 16 44 2E 3B
Octal 273 307 150 6 0 60 26 104 56 73
Binary 10111011 11000111 1101000 110 0 110000 10110 1000100 101110 111011

Color Harmonies of #BBC768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC768

Black with #BBC768

Text Example


Text Example

White with #BBC768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC768; }

 p { color: rgb(187,199,104); }

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

background-color css

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

 a { background-color: rgb(187,199,104); }

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

border-color css

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

 span { border-color: rgb(187,199,104); }

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