Html Css Color HEX #BDCE69 Wild Willow

📋 copy color: '#BDCE69'

red 189 ◦ green 206 ◦ blue 105

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

Shades of Wild Willow #BDCE69

Tints of Wild Willow #BDCE69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21%

R = 37.8%
G = 41.2%
B = 21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#BDCE69 (or 0xBDCE69) is known color: Wild Willow. HEX triplet: BD, CE and 69. RGB value is (189,206,105). Sum of RGB (Red+Green+Blue) = 189+206+105=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 105 (41.41% from 255 or 21% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCE69 is #423196. Grayscale: #BDBDBD. Windows color (decimal): -4338071 or 6934205. OLE color: 6934205.

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

Color convert

RGB 189 206 105 -
CMYK 0.08 0 0.49 0.19
HSL 70.1º 0.51% 0.61% -
HSV(B) 70.1º 0.49% 0.81% -
XYZ 45.61 55.98 21.77 -
YUV 189.4 80.37 127.71 -
System Red Green Blue C M Y K H S L
Decimal 189 206 105 0.08 0 0.49 0.19 70.1 0.51 0.61
Hex BD CE 69 8 0 31 13 46 33 3D
Octal 275 316 151 10 0 61 23 106 63 75
Binary 10111101 11001110 1101001 1000 0 110001 10011 1000110 110011 111101

Color Harmonies of #BDCE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCE69

Black with #BDCE69

Text Example


Text Example

White with #BDCE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCE69; }

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

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

background-color css

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

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

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

border-color css

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

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

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