Html Css Color HEX #BCCF5C Wild Willow

📋 copy color: '#BCCF5C'

red 188 ◦ green 207 ◦ blue 92

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

Shades of Wild Willow #BCCF5C

Tints of Wild Willow #BCCF5C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.51%

 BLUE value IS 92 (36.33% from 255) = 18.89%

R = 38.6%
G = 42.51%
B = 18.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#BCCF5C (or 0xBCCF5C) is known color: Wild Willow. HEX triplet: BC, CF and 5C. RGB value is (188,207,92). Sum of RGB (Red+Green+Blue) = 188+207+92=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF5C is #4330A3. Grayscale: #BCBCBC. Windows color (decimal): -4403364 or 6082492. OLE color: 6082492.

HSL color Cylindrical-coordinate representation of color #BCCF5C: hue angle of 69.91º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCCF5C is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 92 -
CMYK 0.09 0 0.56 0.19
HSL 69.91º 0.55% 0.59% -
HSV(B) 69.91º 0.56% 0.81% -
XYZ 44.98 56.09 18.58 -
YUV 188.21 73.71 127.85 -
System Red Green Blue C M Y K H S L
Decimal 188 207 92 0.09 0 0.56 0.19 69.91 0.55 0.59
Hex BC CF 5C 9 0 38 13 46 37 3B
Octal 274 317 134 11 0 70 23 106 67 73
Binary 10111100 11001111 1011100 1001 0 111000 10011 1000110 110111 111011

Color Harmonies of #BCCF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF5C

Black with #BCCF5C

Text Example


Text Example

White with #BCCF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF5C; }

 p { color: rgb(188,207,92); }

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

background-color css

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

 a { background-color: rgb(188,207,92); }

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

border-color css

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

 span { border-color: rgb(188,207,92); }

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