Html Css Color HEX #BBC468 Wild Willow

📋 copy color: '#BBC468'

red 187 ◦ green 196 ◦ blue 104

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

Shades of Wild Willow #BBC468

Tints of Wild Willow #BBC468

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.25%

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

R = 38.4%
G = 40.25%
B = 21.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#BBC468 (or 0xBBC468) is known color: Wild Willow. HEX triplet: BB, C4 and 68. RGB value is (187,196,104). Sum of RGB (Red+Green+Blue) = 187+196+104=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC468 is #443B97. Grayscale: #B7B7B7. Windows color (decimal): -4471704 or 6866107. OLE color: 6866107.

HSL color Cylindrical-coordinate representation of color #BBC468: hue angle of 65.87º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBC468 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 104 -
CMYK 0.05 0 0.47 0.23
HSL 65.87º 0.44% 0.59% -
HSV(B) 65.87º 0.47% 0.77% -
XYZ 42.73 51.04 20.7 -
YUV 182.82 83.52 130.98 -
System Red Green Blue C M Y K H S L
Decimal 187 196 104 0.05 0 0.47 0.23 65.87 0.44 0.59
Hex BB C4 68 5 0 2F 17 42 2C 3B
Octal 273 304 150 5 0 57 27 102 54 73
Binary 10111011 11000100 1101000 101 0 101111 10111 1000010 101100 111011

Color Harmonies of #BBC468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC468

Black with #BBC468

Text Example


Text Example

White with #BBC468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC468; }

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

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

background-color css

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

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

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

border-color css

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

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

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