Html Css Color HEX #BFCC72 Wild Willow

📋 copy color: '#BFCC72'

red 191 ◦ green 204 ◦ blue 114

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

Shades of Wild Willow #BFCC72

Tints of Wild Willow #BFCC72

RGB

 RED value IS 191 (75% from 255) = 37.52%

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

 BLUE value IS 114 (44.92% from 255) = 22.4%

R = 37.52%
G = 40.08%
B = 22.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#BFCC72 (or 0xBFCC72) is known color: Wild Willow. HEX triplet: BF, CC and 72. RGB value is (191,204,114). Sum of RGB (Red+Green+Blue) = 191+204+114=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC72 is #40338D. Grayscale: #BEBEBE. Windows color (decimal): -4207502 or 7523519. OLE color: 7523519.

HSL color Cylindrical-coordinate representation of color #BFCC72: hue angle of 68.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFCC72 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 114 -
CMYK 0.06 0 0.44 0.2
HSL 68.67º 0.47% 0.62% -
HSV(B) 68.67º 0.44% 0.8% -
XYZ 46.12 55.48 24.2 -
YUV 189.85 85.19 128.82 -
System Red Green Blue C M Y K H S L
Decimal 191 204 114 0.06 0 0.44 0.2 68.67 0.47 0.62
Hex BF CC 72 6 0 2C 14 45 2F 3E
Octal 277 314 162 6 0 54 24 105 57 76
Binary 10111111 11001100 1110010 110 0 101100 10100 1000101 101111 111110

Color Harmonies of #BFCC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC72

Black with #BFCC72

Text Example


Text Example

White with #BFCC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC72; }

 p { color: rgb(191,204,114); }

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

background-color css

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

 a { background-color: rgb(191,204,114); }

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

border-color css

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

 span { border-color: rgb(191,204,114); }

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