Html Css Color HEX #BDDC67 Wild Willow

📋 copy color: '#BDDC67'

red 189 ◦ green 220 ◦ blue 103

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

Shades of Wild Willow #BDDC67

Tints of Wild Willow #BDDC67

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.97%

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

R = 36.91%
G = 42.97%
B = 20.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#BDDC67 (or 0xBDDC67) is known color: Wild Willow. HEX triplet: BD, DC and 67. RGB value is (189,220,103). Sum of RGB (Red+Green+Blue) = 189+220+103=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 103 (40.62% from 255 or 20.12% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC67 is #422398. Grayscale: #C5C5C5. Windows color (decimal): -4334489 or 6806717. OLE color: 6806717.

HSL color Cylindrical-coordinate representation of color #BDDC67: hue angle of 75.9º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDDC67 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 103 -
CMYK 0.14 0 0.53 0.14
HSL 75.9º 0.63% 0.63% -
HSV(B) 75.9º 0.53% 0.86% -
XYZ 49.03 62.98 22.41 -
YUV 197.39 74.73 122.01 -
System Red Green Blue C M Y K H S L
Decimal 189 220 103 0.14 0 0.53 0.14 75.9 0.63 0.63
Hex BD DC 67 E 0 35 E 4C 3F 3F
Octal 275 334 147 16 0 65 16 114 77 77
Binary 10111101 11011100 1100111 1110 0 110101 1110 1001100 111111 111111

Color Harmonies of #BDDC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC67

Black with #BDDC67

Text Example


Text Example

White with #BDDC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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