Html Css Color HEX #BDC665 Wild Willow

📋 copy color: '#BDC665'

red 189 ◦ green 198 ◦ blue 101

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

Shades of Wild Willow #BDC665

Tints of Wild Willow #BDC665

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.57%

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

R = 38.73%
G = 40.57%
B = 20.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#BDC665 (or 0xBDC665) is known color: Wild Willow. HEX triplet: BD, C6 and 65. RGB value is (189,198,101). Sum of RGB (Red+Green+Blue) = 189+198+101=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC665 is #42399A. Grayscale: #B8B8B8. Windows color (decimal): -4340123 or 6670013. OLE color: 6670013.

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

Color convert

RGB 189 198 101 -
CMYK 0.05 0 0.49 0.22
HSL 65.57º 0.46% 0.59% -
HSV(B) 65.57º 0.49% 0.78% -
XYZ 43.53 52.15 20.08 -
YUV 184.25 81.02 131.39 -
System Red Green Blue C M Y K H S L
Decimal 189 198 101 0.05 0 0.49 0.22 65.57 0.46 0.59
Hex BD C6 65 5 0 31 16 42 2E 3B
Octal 275 306 145 5 0 61 26 102 56 73
Binary 10111101 11000110 1100101 101 0 110001 10110 1000010 101110 111011

Color Harmonies of #BDC665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC665

Black with #BDC665

Text Example


Text Example

White with #BDC665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC665; }

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

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

background-color css

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

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

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

border-color css

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

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

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