Html Css Color HEX #BDCC5D Wild Willow

📋 copy color: '#BDCC5D'

red 189 ◦ green 204 ◦ blue 93

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

Shades of Wild Willow #BDCC5D

Tints of Wild Willow #BDCC5D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.98%

 BLUE value IS 93 (36.72% from 255) = 19.14%

R = 38.89%
G = 41.98%
B = 19.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#BDCC5D (or 0xBDCC5D) is known color: Wild Willow. HEX triplet: BD, CC and 5D. RGB value is (189,204,93). Sum of RGB (Red+Green+Blue) = 189+204+93=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCC5D is #4233A2. Grayscale: #BBBBBB. Windows color (decimal): -4338595 or 6147261. OLE color: 6147261.

HSL color Cylindrical-coordinate representation of color #BDCC5D: hue angle of 68.11º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDCC5D is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 93 -
CMYK 0.07 0 0.54 0.2
HSL 68.11º 0.52% 0.58% -
HSV(B) 68.11º 0.54% 0.8% -
XYZ 44.55 54.79 18.58 -
YUV 186.86 75.03 129.53 -
System Red Green Blue C M Y K H S L
Decimal 189 204 93 0.07 0 0.54 0.2 68.11 0.52 0.58
Hex BD CC 5D 7 0 36 14 44 34 3A
Octal 275 314 135 7 0 66 24 104 64 72
Binary 10111101 11001100 1011101 111 0 110110 10100 1000100 110100 111010

Color Harmonies of #BDCC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC5D

Black with #BDCC5D

Text Example


Text Example

White with #BDCC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC5D; }

 p { color: rgb(189,204,93); }

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

background-color css

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

 a { background-color: rgb(189,204,93); }

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

border-color css

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

 span { border-color: rgb(189,204,93); }

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