Html Css Color HEX #BDCB6F Wild Willow

📋 copy color: '#BDCB6F'

red 189 ◦ green 203 ◦ blue 111

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

Shades of Wild Willow #BDCB6F

Tints of Wild Willow #BDCB6F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.36%

 BLUE value IS 111 (43.75% from 255) = 22.07%

R = 37.57%
G = 40.36%
B = 22.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#BDCB6F (or 0xBDCB6F) is known color: Wild Willow. HEX triplet: BD, CB and 6F. RGB value is (189,203,111). Sum of RGB (Red+Green+Blue) = 189+203+111=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB6F is #423490. Grayscale: #BCBCBC. Windows color (decimal): -4338833 or 7326653. OLE color: 7326653.

HSL color Cylindrical-coordinate representation of color #BDCB6F: hue angle of 69.13º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDCB6F is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 203 111 -
CMYK 0.07 0 0.45 0.20
HSL 69.13º 0.47% 0.62% -
HSV(B) 69.13º 0.45% 0.8% -
XYZ 45.21 54.68 23.21 -
YUV 188.33 84.36 128.48 -
System Red Green Blue C M Y K H S L
Decimal 189 203 111 0.07 0 0.45 0.20 69.13 0.47 0.62
Hex BD CB 6F 7 0 2D 14 45 2F 3E
Octal 275 313 157 7 0 55 24 105 57 76
Binary 10111101 11001011 1101111 111 0 101101 10100 1000101 101111 111110

Color Harmonies of #BDCB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB6F

Black with #BDCB6F

Text Example


Text Example

White with #BDCB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB6F; }

 p { color: rgb(189,203,111); }

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

background-color css

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

 a { background-color: rgb(189,203,111); }

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

border-color css

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

 span { border-color: rgb(189,203,111); }

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