Html Css Color HEX #BDC069 Dark Khaki

📋 copy color: '#BDC069'

red 189 ◦ green 192 ◦ blue 105

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

Shades of Dark Khaki #BDC069

Tints of Dark Khaki #BDC069

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.51%

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

R = 38.89%
G = 39.51%
B = 21.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BDC069 (or 0xBDC069) is known color: Dark Khaki. HEX triplet: BD, C0 and 69. RGB value is (189,192,105). Sum of RGB (Red+Green+Blue) = 189+192+105=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC069 is #423F96. Grayscale: #B5B5B5. Windows color (decimal): -4341655 or 6930621. OLE color: 6930621.

HSL color Cylindrical-coordinate representation of color #BDC069: hue angle of 62.07º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDC069 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 105 -
CMYK 0.02 0 0.45 0.25
HSL 62.07º 0.41% 0.58% -
HSV(B) 62.07º 0.45% 0.75% -
XYZ 42.39 49.54 20.69 -
YUV 181.19 85.01 133.57 -
System Red Green Blue C M Y K H S L
Decimal 189 192 105 0.02 0 0.45 0.25 62.07 0.41 0.58
Hex BD C0 69 2 0 2D 19 3E 29 3A
Octal 275 300 151 2 0 55 31 76 51 72
Binary 10111101 11000000 1101001 10 0 101101 11001 111110 101001 111010

Color Harmonies of #BDC069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC069

Black with #BDC069

Text Example


Text Example

White with #BDC069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC069; }

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

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

background-color css

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

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

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

border-color css

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

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

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