Html Css Color HEX #BDCE67 Wild Willow

📋 copy color: '#BDCE67'

red 189 ◦ green 206 ◦ blue 103

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

Shades of Wild Willow #BDCE67

Tints of Wild Willow #BDCE67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.68%

R = 37.95%
G = 41.37%
B = 20.68%

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

#BDCE67 (or 0xBDCE67) is known color: Wild Willow. HEX triplet: BD, CE and 67. RGB value is (189,206,103). Sum of RGB (Red+Green+Blue) = 189+206+103=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 103 (40.62% from 255 or 20.68% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCE67 is #423198. Grayscale: #BDBDBD. Windows color (decimal): -4338073 or 6803133. OLE color: 6803133.

HSL color Cylindrical-coordinate representation of color #BDCE67: hue angle of 69.9º 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 #BDCE67 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 206 103 -
CMYK 0.08 0 0.50 0.19
HSL 69.9º 0.51% 0.61% -
HSV(B) 69.9º 0.5% 0.81% -
XYZ 45.51 55.94 21.23 -
YUV 189.18 79.37 127.88 -
System Red Green Blue C M Y K H S L
Decimal 189 206 103 0.08 0 0.50 0.19 69.9 0.51 0.61
Hex BD CE 67 8 0 32 13 46 33 3D
Octal 275 316 147 10 0 62 23 106 63 75
Binary 10111101 11001110 1100111 1000 0 110010 10011 1000110 110011 111101

Color Harmonies of #BDCE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCE67

Black with #BDCE67

Text Example


Text Example

White with #BDCE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCE67; }

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

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

background-color css

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

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

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

border-color css

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

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

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