Html Css Color HEX #BCCF74 Wild Willow

📋 copy color: '#BCCF74'

red 188 ◦ green 207 ◦ blue 116

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

Shades of Wild Willow #BCCF74

Tints of Wild Willow #BCCF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.7%

R = 36.79%
G = 40.51%
B = 22.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#BCCF74 (or 0xBCCF74) is known color: Wild Willow. HEX triplet: BC, CF and 74. RGB value is (188,207,116). Sum of RGB (Red+Green+Blue) = 188+207+116=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF74 is #43308B. Grayscale: #BFBFBF. Windows color (decimal): -4403340 or 7655356. OLE color: 7655356.

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

Color convert

RGB 188 207 116 -
CMYK 0.09 0 0.44 0.19
HSL 72.53º 0.49% 0.63% -
HSV(B) 72.53º 0.44% 0.81% -
XYZ 46.2 56.58 25.01 -
YUV 190.95 85.71 125.9 -
System Red Green Blue C M Y K H S L
Decimal 188 207 116 0.09 0 0.44 0.19 72.53 0.49 0.63
Hex BC CF 74 9 0 2C 13 49 31 3F
Octal 274 317 164 11 0 54 23 111 61 77
Binary 10111100 11001111 1110100 1001 0 101100 10011 1001001 110001 111111

Color Harmonies of #BCCF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF74

Black with #BCCF74

Text Example


Text Example

White with #BCCF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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