Html Css Color HEX #BDCE68 Wild Willow

📋 copy color: '#BDCE68'

red 189 ◦ green 206 ◦ blue 104

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

Shades of Wild Willow #BDCE68

Tints of Wild Willow #BDCE68

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.28%

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

R = 37.88%
G = 41.28%
B = 20.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#BDCE68 (or 0xBDCE68) is known color: Wild Willow. HEX triplet: BD, CE and 68. RGB value is (189,206,104). Sum of RGB (Red+Green+Blue) = 189+206+104=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCE68 is #423197. Grayscale: #BDBDBD. Windows color (decimal): -4338072 or 6868669. OLE color: 6868669.

HSL color Cylindrical-coordinate representation of color #BDCE68: hue angle of 70º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDCE68 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 206 104 -
CMYK 0.08 0 0.50 0.19
HSL 70º 0.51% 0.61% -
HSV(B) 70º 0.5% 0.81% -
XYZ 45.56 55.96 21.5 -
YUV 189.29 79.87 127.79 -
System Red Green Blue C M Y K H S L
Decimal 189 206 104 0.08 0 0.50 0.19 70 0.51 0.61
Hex BD CE 68 8 0 32 13 46 33 3D
Octal 275 316 150 10 0 62 23 106 63 75
Binary 10111101 11001110 1101000 1000 0 110010 10011 1000110 110011 111101

Color Harmonies of #BDCE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCE68

Black with #BDCE68

Text Example


Text Example

White with #BDCE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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