Html Css Color HEX #BBC368 Wild Willow

📋 copy color: '#BBC368'

red 187 ◦ green 195 ◦ blue 104

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

Shades of Wild Willow #BBC368

Tints of Wild Willow #BBC368

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.12%

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

R = 38.48%
G = 40.12%
B = 21.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#BBC368 (or 0xBBC368) is known color: Wild Willow. HEX triplet: BB, C3 and 68. RGB value is (187,195,104). Sum of RGB (Red+Green+Blue) = 187+195+104=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC368 is #443C97. Grayscale: #B6B6B6. Windows color (decimal): -4471960 or 6865851. OLE color: 6865851.

HSL color Cylindrical-coordinate representation of color #BBC368: hue angle of 65.27º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBC368 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 104 -
CMYK 0.04 0 0.47 0.24
HSL 65.27º 0.43% 0.59% -
HSV(B) 65.27º 0.47% 0.76% -
XYZ 42.51 50.59 20.62 -
YUV 182.23 83.85 131.4 -
System Red Green Blue C M Y K H S L
Decimal 187 195 104 0.04 0 0.47 0.24 65.27 0.43 0.59
Hex BB C3 68 4 0 2F 18 41 2B 3B
Octal 273 303 150 4 0 57 30 101 53 73
Binary 10111011 11000011 1101000 100 0 101111 11000 1000001 101011 111011

Color Harmonies of #BBC368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC368

Black with #BBC368

Text Example


Text Example

White with #BBC368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC368; }

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

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

background-color css

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

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

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

border-color css

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

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

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