Html Css Color HEX #BCCF6A Wild Willow

📋 copy color: '#BCCF6A'

red 188 ◦ green 207 ◦ blue 106

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

Shades of Wild Willow #BCCF6A

Tints of Wild Willow #BCCF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.16%

R = 37.52%
G = 41.32%
B = 21.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#BCCF6A (or 0xBCCF6A) is known color: Wild Willow. HEX triplet: BC, CF and 6A. RGB value is (188,207,106). Sum of RGB (Red+Green+Blue) = 188+207+106=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 106 (41.80% from 255 or 21.16% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF6A is #433095. Grayscale: #BEBEBE. Windows color (decimal): -4403350 or 6999996. OLE color: 6999996.

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

Color convert

RGB 188 207 106 -
CMYK 0.09 0 0.49 0.19
HSL 71.29º 0.51% 0.61% -
HSV(B) 71.29º 0.49% 0.81% -
XYZ 45.65 56.36 22.11 -
YUV 189.81 80.71 126.71 -
System Red Green Blue C M Y K H S L
Decimal 188 207 106 0.09 0 0.49 0.19 71.29 0.51 0.61
Hex BC CF 6A 9 0 31 13 47 33 3D
Octal 274 317 152 11 0 61 23 107 63 75
Binary 10111100 11001111 1101010 1001 0 110001 10011 1000111 110011 111101

Color Harmonies of #BCCF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF6A

Black with #BCCF6A

Text Example


Text Example

White with #BCCF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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