Html Css Color HEX #BCCF65 Wild Willow

📋 copy color: '#BCCF65'

red 188 ◦ green 207 ◦ blue 101

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

Shades of Wild Willow #BCCF65

Tints of Wild Willow #BCCF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.36%

R = 37.9%
G = 41.73%
B = 20.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#BCCF65 (or 0xBCCF65) is known color: Wild Willow. HEX triplet: BC, CF and 65. RGB value is (188,207,101). Sum of RGB (Red+Green+Blue) = 188+207+101=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF65 is #43309A. Grayscale: #BDBDBD. Windows color (decimal): -4403355 or 6672316. OLE color: 6672316.

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

Color convert

RGB 188 207 101 -
CMYK 0.09 0 0.51 0.19
HSL 70.75º 0.52% 0.6% -
HSV(B) 70.75º 0.51% 0.81% -
XYZ 45.4 56.26 20.78 -
YUV 189.24 78.21 127.12 -
System Red Green Blue C M Y K H S L
Decimal 188 207 101 0.09 0 0.51 0.19 70.75 0.52 0.6
Hex BC CF 65 9 0 33 13 47 34 3C
Octal 274 317 145 11 0 63 23 107 64 74
Binary 10111100 11001111 1100101 1001 0 110011 10011 1000111 110100 111100

Color Harmonies of #BCCF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF65

Black with #BCCF65

Text Example


Text Example

White with #BCCF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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