Html Css Color HEX #BDCE6C Wild Willow

📋 copy color: '#BDCE6C'

red 189 ◦ green 206 ◦ blue 108

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

Shades of Wild Willow #BDCE6C

Tints of Wild Willow #BDCE6C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.95%

 BLUE value IS 108 (42.58% from 255) = 21.47%

R = 37.57%
G = 40.95%
B = 21.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#BDCE6C (or 0xBDCE6C) is known color: Wild Willow. HEX triplet: BD, CE and 6C. RGB value is (189,206,108). Sum of RGB (Red+Green+Blue) = 189+206+108=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCE6C is #423193. Grayscale: #BEBEBE. Windows color (decimal): -4338068 or 7130813. OLE color: 7130813.

HSL color Cylindrical-coordinate representation of color #BDCE6C: hue angle of 70.41º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDCE6C is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 206 108 -
CMYK 0.08 0 0.48 0.19
HSL 70.41º 0.5% 0.62% -
HSV(B) 70.41º 0.48% 0.81% -
XYZ 45.76 56.04 22.59 -
YUV 189.75 81.87 127.47 -
System Red Green Blue C M Y K H S L
Decimal 189 206 108 0.08 0 0.48 0.19 70.41 0.5 0.62
Hex BD CE 6C 8 0 30 13 46 32 3E
Octal 275 316 154 10 0 60 23 106 62 76
Binary 10111101 11001110 1101100 1000 0 110000 10011 1000110 110010 111110

Color Harmonies of #BDCE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCE6C

Black with #BDCE6C

Text Example


Text Example

White with #BDCE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCE6C; }

 p { color: rgb(189,206,108); }

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

background-color css

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

 a { background-color: rgb(189,206,108); }

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

border-color css

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

 span { border-color: rgb(189,206,108); }

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