Html Css Color HEX #BDCE65 Wild Willow

📋 copy color: '#BDCE65'

red 189 ◦ green 206 ◦ blue 101

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

Shades of Wild Willow #BDCE65

Tints of Wild Willow #BDCE65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.36%

R = 38.1%
G = 41.53%
B = 20.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#BDCE65 (or 0xBDCE65) is known color: Wild Willow. HEX triplet: BD, CE and 65. RGB value is (189,206,101). Sum of RGB (Red+Green+Blue) = 189+206+101=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCE65 is #42319A. Grayscale: #BDBDBD. Windows color (decimal): -4338075 or 6672061. OLE color: 6672061.

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

Color convert

RGB 189 206 101 -
CMYK 0.08 0 0.51 0.19
HSL 69.71º 0.52% 0.6% -
HSV(B) 69.71º 0.51% 0.81% -
XYZ 45.41 55.9 20.71 -
YUV 188.95 78.37 128.04 -
System Red Green Blue C M Y K H S L
Decimal 189 206 101 0.08 0 0.51 0.19 69.71 0.52 0.6
Hex BD CE 65 8 0 33 13 46 34 3C
Octal 275 316 145 10 0 63 23 106 64 74
Binary 10111101 11001110 1100101 1000 0 110011 10011 1000110 110100 111100

Color Harmonies of #BDCE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCE65

Black with #BDCE65

Text Example


Text Example

White with #BDCE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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