Html Css Color HEX #BFD452 Wild Willow

📋 copy color: '#BFD452'

red 191 ◦ green 212 ◦ blue 82

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

Shades of Wild Willow #BFD452

Tints of Wild Willow #BFD452

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.71%

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

R = 39.38%
G = 43.71%
B = 16.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#BFD452 (or 0xBFD452) is known color: Wild Willow. HEX triplet: BF, D4 and 52. RGB value is (191,212,82). Sum of RGB (Red+Green+Blue) = 191+212+82=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD452 is #402BAD. Grayscale: #BFBFBF. Windows color (decimal): -4205486 or 5428415. OLE color: 5428415.

HSL color Cylindrical-coordinate representation of color #BFD452: hue angle of 69.69º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFD452 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 212 82 -
CMYK 0.10 0 0.61 0.17
HSL 69.69º 0.6% 0.58% -
HSV(B) 69.69º 0.61% 0.83% -
XYZ 46.55 58.77 16.87 -
YUV 190.9 66.54 128.07 -
System Red Green Blue C M Y K H S L
Decimal 191 212 82 0.10 0 0.61 0.17 69.69 0.6 0.58
Hex BF D4 52 A 0 3D 11 46 3C 3A
Octal 277 324 122 12 0 75 21 106 74 72
Binary 10111111 11010100 1010010 1010 0 111101 10001 1000110 111100 111010

Color Harmonies of #BFD452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD452

Black with #BFD452

Text Example


Text Example

White with #BFD452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD452; }

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

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

background-color css

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

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

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

border-color css

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

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

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