Html Css Color HEX #BDC762 Wild Willow

📋 copy color: '#BDC762'

red 189 ◦ green 199 ◦ blue 98

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

Shades of Wild Willow #BDC762

Tints of Wild Willow #BDC762

RGB

 RED value IS 189 (74.22% from 255) = 38.89%

 GREEN value IS 199 (78.13% from 255) = 40.95%

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

R = 38.89%
G = 40.95%
B = 20.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#BDC762 (or 0xBDC762) is known color: Wild Willow. HEX triplet: BD, C7 and 62. RGB value is (189,199,98). Sum of RGB (Red+Green+Blue) = 189+199+98=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC762 is #42389D. Grayscale: #B8B8B8. Windows color (decimal): -4339870 or 6473661. OLE color: 6473661.

HSL color Cylindrical-coordinate representation of color #BDC762: hue angle of 65.94º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDC762 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 98 -
CMYK 0.05 0 0.51 0.22
HSL 65.94º 0.47% 0.58% -
HSV(B) 65.94º 0.51% 0.78% -
XYZ 43.61 52.55 19.4 -
YUV 184.5 79.19 131.21 -
System Red Green Blue C M Y K H S L
Decimal 189 199 98 0.05 0 0.51 0.22 65.94 0.47 0.58
Hex BD C7 62 5 0 33 16 42 2F 3A
Octal 275 307 142 5 0 63 26 102 57 72
Binary 10111101 11000111 1100010 101 0 110011 10110 1000010 101111 111010

Color Harmonies of #BDC762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC762

Black with #BDC762

Text Example


Text Example

White with #BDC762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC762; }

 p { color: rgb(189,199,98); }

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

background-color css

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

 a { background-color: rgb(189,199,98); }

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

border-color css

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

 span { border-color: rgb(189,199,98); }

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