Html Css Color HEX #BDC368 Wild Willow

📋 copy color: '#BDC368'

red 189 ◦ green 195 ◦ blue 104

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

Shades of Wild Willow #BDC368

Tints of Wild Willow #BDC368

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.96%

 BLUE value IS 104 (41.02% from 255) = 21.31%

R = 38.73%
G = 39.96%
B = 21.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#BDC368 (or 0xBDC368) is known color: Wild Willow. HEX triplet: BD, C3 and 68. RGB value is (189,195,104). Sum of RGB (Red+Green+Blue) = 189+195+104=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC368 is #423C97. Grayscale: #B7B7B7. Windows color (decimal): -4340888 or 6865853. OLE color: 6865853.

HSL color Cylindrical-coordinate representation of color #BDC368: hue angle of 63.96º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDC368 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 195 104 -
CMYK 0.03 0 0.47 0.24
HSL 63.96º 0.43% 0.59% -
HSV(B) 63.96º 0.47% 0.76% -
XYZ 43 50.85 20.65 -
YUV 182.83 83.51 132.4 -
System Red Green Blue C M Y K H S L
Decimal 189 195 104 0.03 0 0.47 0.24 63.96 0.43 0.59
Hex BD C3 68 3 0 2F 18 40 2B 3B
Octal 275 303 150 3 0 57 30 100 53 73
Binary 10111101 11000011 1101000 11 0 101111 11000 1000000 101011 111011

Color Harmonies of #BDC368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC368

Black with #BDC368

Text Example


Text Example

White with #BDC368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC368; }

 p { color: rgb(189,195,104); }

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

background-color css

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

 a { background-color: rgb(189,195,104); }

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

border-color css

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

 span { border-color: rgb(189,195,104); }

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