Html Css Color HEX #BDC667 Wild Willow

📋 copy color: '#BDC667'

red 189 ◦ green 198 ◦ blue 103

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

Shades of Wild Willow #BDC667

Tints of Wild Willow #BDC667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.02%

R = 38.57%
G = 40.41%
B = 21.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#BDC667 (or 0xBDC667) is known color: Wild Willow. HEX triplet: BD, C6 and 67. RGB value is (189,198,103). Sum of RGB (Red+Green+Blue) = 189+198+103=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC667 is #423998. Grayscale: #B8B8B8. Windows color (decimal): -4340121 or 6801085. OLE color: 6801085.

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

Color convert

RGB 189 198 103 -
CMYK 0.05 0 0.48 0.22
HSL 65.68º 0.45% 0.59% -
HSV(B) 65.68º 0.48% 0.78% -
XYZ 43.63 52.19 20.61 -
YUV 184.48 82.02 131.22 -
System Red Green Blue C M Y K H S L
Decimal 189 198 103 0.05 0 0.48 0.22 65.68 0.45 0.59
Hex BD C6 67 5 0 30 16 42 2D 3B
Octal 275 306 147 5 0 60 26 102 55 73
Binary 10111101 11000110 1100111 101 0 110000 10110 1000010 101101 111011

Color Harmonies of #BDC667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC667

Black with #BDC667

Text Example


Text Example

White with #BDC667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC667; }

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

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

background-color css

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

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

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

border-color css

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

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

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