Html Css Color HEX #BCCC61 Wild Willow

📋 copy color: '#BCCC61'

red 188 ◦ green 204 ◦ blue 97

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

Shades of Wild Willow #BCCC61

Tints of Wild Willow #BCCC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.84%

R = 38.45%
G = 41.72%
B = 19.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#BCCC61 (or 0xBCCC61) is known color: Wild Willow. HEX triplet: BC, CC and 61. RGB value is (188,204,97). Sum of RGB (Red+Green+Blue) = 188+204+97=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 97 (38.28% from 255 or 19.84% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC61 is #43339E. Grayscale: #BBBBBB. Windows color (decimal): -4404127 or 6409404. OLE color: 6409404.

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

Color convert

RGB 188 204 97 -
CMYK 0.08 0 0.52 0.2
HSL 68.97º 0.51% 0.59% -
HSV(B) 68.97º 0.52% 0.8% -
XYZ 44.49 54.74 19.53 -
YUV 187.02 77.2 128.7 -
System Red Green Blue C M Y K H S L
Decimal 188 204 97 0.08 0 0.52 0.2 68.97 0.51 0.59
Hex BC CC 61 8 0 34 14 45 33 3B
Octal 274 314 141 10 0 64 24 105 63 73
Binary 10111100 11001100 1100001 1000 0 110100 10100 1000101 110011 111011

Color Harmonies of #BCCC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC61

Black with #BCCC61

Text Example


Text Example

White with #BCCC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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