Html Css Color HEX #BFCC52 Wild Willow

📋 copy color: '#BFCC52'

red 191 ◦ green 204 ◦ blue 82

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

Shades of Wild Willow #BFCC52

Tints of Wild Willow #BFCC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.19%

R = 40.04%
G = 42.77%
B = 17.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#BFCC52 (or 0xBFCC52) is known color: Wild Willow. HEX triplet: BF, CC and 52. RGB value is (191,204,82). Sum of RGB (Red+Green+Blue) = 191+204+82=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC52 is #4033AD. Grayscale: #BABABA. Windows color (decimal): -4207534 or 5426367. OLE color: 5426367.

HSL color Cylindrical-coordinate representation of color #BFCC52: hue angle of 66.39º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFCC52 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 82 -
CMYK 0.06 0 0.60 0.2
HSL 66.39º 0.54% 0.56% -
HSV(B) 66.39º 0.6% 0.8% -
XYZ 44.6 54.87 16.22 -
YUV 186.21 69.19 131.42 -
System Red Green Blue C M Y K H S L
Decimal 191 204 82 0.06 0 0.60 0.2 66.39 0.54 0.56
Hex BF CC 52 6 0 3C 14 42 36 38
Octal 277 314 122 6 0 74 24 102 66 70
Binary 10111111 11001100 1010010 110 0 111100 10100 1000010 110110 111000

Color Harmonies of #BFCC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC52

Black with #BFCC52

Text Example


Text Example

White with #BFCC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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