Html Css Color HEX #BDCA67 Wild Willow

📋 copy color: '#BDCA67'

red 189 ◦ green 202 ◦ blue 103

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

Shades of Wild Willow #BDCA67

Tints of Wild Willow #BDCA67

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.89%

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

R = 38.26%
G = 40.89%
B = 20.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#BDCA67 (or 0xBDCA67) is known color: Wild Willow. HEX triplet: BD, CA and 67. RGB value is (189,202,103). Sum of RGB (Red+Green+Blue) = 189+202+103=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 103 (40.62% from 255 or 20.85% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA67 is #423598. Grayscale: #BBBBBB. Windows color (decimal): -4339097 or 6802109. OLE color: 6802109.

HSL color Cylindrical-coordinate representation of color #BDCA67: hue angle of 67.88º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDCA67 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 103 -
CMYK 0.06 0 0.49 0.21
HSL 67.88º 0.48% 0.6% -
HSV(B) 67.88º 0.49% 0.79% -
XYZ 44.55 54.04 20.91 -
YUV 186.83 80.69 129.55 -
System Red Green Blue C M Y K H S L
Decimal 189 202 103 0.06 0 0.49 0.21 67.88 0.48 0.6
Hex BD CA 67 6 0 31 15 44 30 3C
Octal 275 312 147 6 0 61 25 104 60 74
Binary 10111101 11001010 1100111 110 0 110001 10101 1000100 110000 111100

Color Harmonies of #BDCA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA67

Black with #BDCA67

Text Example


Text Example

White with #BDCA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA67; }

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

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

background-color css

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

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

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

border-color css

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

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

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