Html Css Color HEX #BCCC67 Wild Willow

📋 copy color: '#BCCC67'

red 188 ◦ green 204 ◦ blue 103

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

Shades of Wild Willow #BCCC67

Tints of Wild Willow #BCCC67

RGB

 RED value IS 188 (73.83% from 255) = 37.98%

 GREEN value IS 204 (80.08% from 255) = 41.21%

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

R = 37.98%
G = 41.21%
B = 20.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#BCCC67 (or 0xBCCC67) is known color: Wild Willow. HEX triplet: BC, CC and 67. RGB value is (188,204,103). Sum of RGB (Red+Green+Blue) = 188+204+103=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC67 is #433398. Grayscale: #BCBCBC. Windows color (decimal): -4404121 or 6802620. OLE color: 6802620.

HSL color Cylindrical-coordinate representation of color #BCCC67: hue angle of 69.5º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCCC67 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 103 -
CMYK 0.08 0 0.50 0.2
HSL 69.5º 0.5% 0.6% -
HSV(B) 69.5º 0.5% 0.8% -
XYZ 44.78 54.86 21.06 -
YUV 187.7 80.2 128.21 -
System Red Green Blue C M Y K H S L
Decimal 188 204 103 0.08 0 0.50 0.2 69.5 0.5 0.6
Hex BC CC 67 8 0 32 14 46 32 3C
Octal 274 314 147 10 0 62 24 106 62 74
Binary 10111100 11001100 1100111 1000 0 110010 10100 1000110 110010 111100

Color Harmonies of #BCCC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC67

Black with #BCCC67

Text Example


Text Example

White with #BCCC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC67; }

 p { color: rgb(188,204,103); }

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

background-color css

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

 a { background-color: rgb(188,204,103); }

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

border-color css

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

 span { border-color: rgb(188,204,103); }

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