Html Css Color HEX #BDCC70 Wild Willow

📋 copy color: '#BDCC70'

red 189 ◦ green 204 ◦ blue 112

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

Shades of Wild Willow #BDCC70

Tints of Wild Willow #BDCC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.18%

R = 37.43%
G = 40.4%
B = 22.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#BDCC70 (or 0xBDCC70) is known color: Wild Willow. HEX triplet: BD, CC and 70. RGB value is (189,204,112). Sum of RGB (Red+Green+Blue) = 189+204+112=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCC70 is #42338F. Grayscale: #BDBDBD. Windows color (decimal): -4338576 or 7392445. OLE color: 7392445.

HSL color Cylindrical-coordinate representation of color #BDCC70: hue angle of 69.78º 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 #BDCC70 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 112 -
CMYK 0.07 0 0.45 0.2
HSL 69.78º 0.47% 0.62% -
HSV(B) 69.78º 0.45% 0.8% -
XYZ 45.5 55.17 23.58 -
YUV 189.03 84.53 127.98 -
System Red Green Blue C M Y K H S L
Decimal 189 204 112 0.07 0 0.45 0.2 69.78 0.47 0.62
Hex BD CC 70 7 0 2D 14 46 2F 3E
Octal 275 314 160 7 0 55 24 106 57 76
Binary 10111101 11001100 1110000 111 0 101101 10100 1000110 101111 111110

Color Harmonies of #BDCC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC70

Black with #BDCC70

Text Example


Text Example

White with #BDCC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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