Html Css Color HEX #BDCC6C Wild Willow

📋 copy color: '#BDCC6C'

red 189 ◦ green 204 ◦ blue 108

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

Shades of Wild Willow #BDCC6C

Tints of Wild Willow #BDCC6C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.72%

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

R = 37.72%
G = 40.72%
B = 21.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#BDCC6C (or 0xBDCC6C) is known color: Wild Willow. HEX triplet: BD, CC and 6C. RGB value is (189,204,108). Sum of RGB (Red+Green+Blue) = 189+204+108=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCC6C is #423393. Grayscale: #BCBCBC. Windows color (decimal): -4338580 or 7130301. OLE color: 7130301.

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

Color convert

RGB 189 204 108 -
CMYK 0.07 0 0.47 0.2
HSL 69.38º 0.48% 0.61% -
HSV(B) 69.38º 0.47% 0.8% -
XYZ 45.29 55.09 22.43 -
YUV 188.57 82.53 128.31 -
System Red Green Blue C M Y K H S L
Decimal 189 204 108 0.07 0 0.47 0.2 69.38 0.48 0.61
Hex BD CC 6C 7 0 2F 14 45 30 3D
Octal 275 314 154 7 0 57 24 105 60 75
Binary 10111101 11001100 1101100 111 0 101111 10100 1000101 110000 111101

Color Harmonies of #BDCC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC6C

Black with #BDCC6C

Text Example


Text Example

White with #BDCC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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