Html Css Color HEX #BDD568 Wild Willow

📋 copy color: '#BDD568'

red 189 ◦ green 213 ◦ blue 104

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

Shades of Wild Willow #BDD568

Tints of Wild Willow #BDD568

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.09%

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

R = 37.35%
G = 42.09%
B = 20.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#BDD568 (or 0xBDD568) is known color: Wild Willow. HEX triplet: BD, D5 and 68. RGB value is (189,213,104). Sum of RGB (Red+Green+Blue) = 189+213+104=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD568 is #422A97. Grayscale: #C1C1C1. Windows color (decimal): -4336280 or 6870461. OLE color: 6870461.

HSL color Cylindrical-coordinate representation of color #BDD568: hue angle of 73.21º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDD568 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 104 -
CMYK 0.11 0 0.51 0.16
HSL 73.21º 0.56% 0.62% -
HSV(B) 73.21º 0.51% 0.84% -
XYZ 47.28 59.41 22.07 -
YUV 193.4 77.55 124.86 -
System Red Green Blue C M Y K H S L
Decimal 189 213 104 0.11 0 0.51 0.16 73.21 0.56 0.62
Hex BD D5 68 B 0 33 10 49 38 3E
Octal 275 325 150 13 0 63 20 111 70 76
Binary 10111101 11010101 1101000 1011 0 110011 10000 1001001 111000 111110

Color Harmonies of #BDD568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD568

Black with #BDD568

Text Example


Text Example

White with #BDD568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD568; }

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

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

background-color css

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

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

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

border-color css

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

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

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