Html Css Color HEX #BDC769 Wild Willow

📋 copy color: '#BDC769'

red 189 ◦ green 199 ◦ blue 105

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

Shades of Wild Willow #BDC769

Tints of Wild Willow #BDC769

RGB

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

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

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

R = 38.34%
G = 40.37%
B = 21.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#BDC769 (or 0xBDC769) is known color: Wild Willow. HEX triplet: BD, C7 and 69. RGB value is (189,199,105). Sum of RGB (Red+Green+Blue) = 189+199+105=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC769 is #423896. Grayscale: #B9B9B9. Windows color (decimal): -4339863 or 6932413. OLE color: 6932413.

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

Color convert

RGB 189 199 105 -
CMYK 0.05 0 0.47 0.22
HSL 66.38º 0.46% 0.6% -
HSV(B) 66.38º 0.47% 0.78% -
XYZ 43.96 52.69 21.22 -
YUV 185.29 82.69 130.64 -
System Red Green Blue C M Y K H S L
Decimal 189 199 105 0.05 0 0.47 0.22 66.38 0.46 0.6
Hex BD C7 69 5 0 2F 16 42 2E 3C
Octal 275 307 151 5 0 57 26 102 56 74
Binary 10111101 11000111 1101001 101 0 101111 10110 1000010 101110 111100

Color Harmonies of #BDC769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC769

Black with #BDC769

Text Example


Text Example

White with #BDC769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC769; }

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

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

background-color css

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

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

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

border-color css

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

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

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