Html Css Color HEX #BDC767 Wild Willow

📋 copy color: '#BDC767'

red 189 ◦ green 199 ◦ blue 103

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

Shades of Wild Willow #BDC767

Tints of Wild Willow #BDC767

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.53%

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

R = 38.49%
G = 40.53%
B = 20.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#BDC767 (or 0xBDC767) is known color: Wild Willow. HEX triplet: BD, C7 and 67. RGB value is (189,199,103). Sum of RGB (Red+Green+Blue) = 189+199+103=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC767 is #423898. Grayscale: #B9B9B9. Windows color (decimal): -4339865 or 6801341. OLE color: 6801341.

HSL color Cylindrical-coordinate representation of color #BDC767: hue angle of 66.25º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDC767 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 103 -
CMYK 0.05 0 0.48 0.22
HSL 66.25º 0.46% 0.59% -
HSV(B) 66.25º 0.48% 0.78% -
XYZ 43.86 52.64 20.68 -
YUV 185.07 81.69 130.81 -
System Red Green Blue C M Y K H S L
Decimal 189 199 103 0.05 0 0.48 0.22 66.25 0.46 0.59
Hex BD C7 67 5 0 30 16 42 2E 3B
Octal 275 307 147 5 0 60 26 102 56 73
Binary 10111101 11000111 1100111 101 0 110000 10110 1000010 101110 111011

Color Harmonies of #BDC767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC767

Black with #BDC767

Text Example


Text Example

White with #BDC767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC767; }

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

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

background-color css

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

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

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

border-color css

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

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

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