Html Css Color HEX #BFD762 Wild Willow

📋 copy color: '#BFD762'

red 191 ◦ green 215 ◦ blue 98

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

Shades of Wild Willow #BFD762

Tints of Wild Willow #BFD762

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.66%

 BLUE value IS 98 (38.67% from 255) = 19.44%

R = 37.9%
G = 42.66%
B = 19.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#BFD762 (or 0xBFD762) is known color: Wild Willow. HEX triplet: BF, D7 and 62. RGB value is (191,215,98). Sum of RGB (Red+Green+Blue) = 191+215+98=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD762 is #40289D. Grayscale: #C2C2C2. Windows color (decimal): -4204702 or 6477759. OLE color: 6477759.

HSL color Cylindrical-coordinate representation of color #BFD762: hue angle of 72.31º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFD762 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 215 98 -
CMYK 0.11 0 0.54 0.16
HSL 72.31º 0.59% 0.61% -
HSV(B) 72.31º 0.54% 0.84% -
XYZ 47.99 60.56 20.71 -
YUV 194.49 73.55 125.51 -
System Red Green Blue C M Y K H S L
Decimal 191 215 98 0.11 0 0.54 0.16 72.31 0.59 0.61
Hex BF D7 62 B 0 36 10 48 3B 3D
Octal 277 327 142 13 0 66 20 110 73 75
Binary 10111111 11010111 1100010 1011 0 110110 10000 1001000 111011 111101

Color Harmonies of #BFD762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD762

Black with #BFD762

Text Example


Text Example

White with #BFD762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD762; }

 p { color: rgb(191,215,98); }

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

background-color css

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

 a { background-color: rgb(191,215,98); }

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

border-color css

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

 span { border-color: rgb(191,215,98); }

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