Html Css Color HEX #BDC065 Wild Willow

📋 copy color: '#BDC065'

red 189 ◦ green 192 ◦ blue 101

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

Shades of Wild Willow #BDC065

Tints of Wild Willow #BDC065

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.83%

 BLUE value IS 101 (39.84% from 255) = 20.95%

R = 39.21%
G = 39.83%
B = 20.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BDC065 (or 0xBDC065) is known color: Wild Willow. HEX triplet: BD, C0 and 65. RGB value is (189,192,101). Sum of RGB (Red+Green+Blue) = 189+192+101=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC065 is #423F9A. Grayscale: #B5B5B5. Windows color (decimal): -4341659 or 6668477. OLE color: 6668477.

HSL color Cylindrical-coordinate representation of color #BDC065: hue angle of 61.98º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDC065 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 101 -
CMYK 0.02 0 0.47 0.25
HSL 61.98º 0.42% 0.57% -
HSV(B) 61.98º 0.47% 0.75% -
XYZ 42.18 49.46 19.63 -
YUV 180.73 83.01 133.9 -
System Red Green Blue C M Y K H S L
Decimal 189 192 101 0.02 0 0.47 0.25 61.98 0.42 0.57
Hex BD C0 65 2 0 2F 19 3E 2A 39
Octal 275 300 145 2 0 57 31 76 52 71
Binary 10111101 11000000 1100101 10 0 101111 11001 111110 101010 111001

Color Harmonies of #BDC065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC065

Black with #BDC065

Text Example


Text Example

White with #BDC065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC065; }

 p { color: rgb(189,192,101); }

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

background-color css

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

 a { background-color: rgb(189,192,101); }

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

border-color css

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

 span { border-color: rgb(189,192,101); }

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