Html Css Color HEX #BDCC67 Wild Willow

📋 copy color: '#BDCC67'

red 189 ◦ green 204 ◦ blue 103

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

Shades of Wild Willow #BDCC67

Tints of Wild Willow #BDCC67

RGB

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

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

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

R = 38.1%
G = 41.13%
B = 20.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#BDCC67 (or 0xBDCC67) is known color: Wild Willow. HEX triplet: BD, CC and 67. RGB value is (189,204,103). Sum of RGB (Red+Green+Blue) = 189+204+103=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 103 (40.62% from 255 or 20.77% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCC67 is #423398. Grayscale: #BCBCBC. Windows color (decimal): -4338585 or 6802621. OLE color: 6802621.

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

Color convert

RGB 189 204 103 -
CMYK 0.07 0 0.50 0.2
HSL 68.91º 0.5% 0.6% -
HSV(B) 68.91º 0.5% 0.8% -
XYZ 45.03 54.98 21.07 -
YUV 188 80.03 128.71 -
System Red Green Blue C M Y K H S L
Decimal 189 204 103 0.07 0 0.50 0.2 68.91 0.5 0.6
Hex BD CC 67 7 0 32 14 45 32 3C
Octal 275 314 147 7 0 62 24 105 62 74
Binary 10111101 11001100 1100111 111 0 110010 10100 1000101 110010 111100

Color Harmonies of #BDCC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC67

Black with #BDCC67

Text Example


Text Example

White with #BDCC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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