Html Css Color HEX #BDC869 Wild Willow

📋 copy color: '#BDC869'

red 189 ◦ green 200 ◦ blue 105

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

Shades of Wild Willow #BDC869

Tints of Wild Willow #BDC869

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.49%

 BLUE value IS 105 (41.41% from 255) = 21.26%

R = 38.26%
G = 40.49%
B = 21.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#BDC869 (or 0xBDC869) is known color: Wild Willow. HEX triplet: BD, C8 and 69. RGB value is (189,200,105). Sum of RGB (Red+Green+Blue) = 189+200+105=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC869 is #423796. Grayscale: #BABABA. Windows color (decimal): -4339607 or 6932669. OLE color: 6932669.

HSL color Cylindrical-coordinate representation of color #BDC869: hue angle of 66.95º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDC869 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 105 -
CMYK 0.06 0 0.48 0.22
HSL 66.95º 0.46% 0.6% -
HSV(B) 66.95º 0.48% 0.78% -
XYZ 44.19 53.15 21.29 -
YUV 185.88 82.36 130.22 -
System Red Green Blue C M Y K H S L
Decimal 189 200 105 0.06 0 0.48 0.22 66.95 0.46 0.6
Hex BD C8 69 6 0 30 16 43 2E 3C
Octal 275 310 151 6 0 60 26 103 56 74
Binary 10111101 11001000 1101001 110 0 110000 10110 1000011 101110 111100

Color Harmonies of #BDC869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC869

Black with #BDC869

Text Example


Text Example

White with #BDC869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC869; }

 p { color: rgb(189,200,105); }

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

background-color css

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

 a { background-color: rgb(189,200,105); }

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

border-color css

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

 span { border-color: rgb(189,200,105); }

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