Html Css Color HEX #BDC06A Dark Khaki

📋 copy color: '#BDC06A'

red 189 ◦ green 192 ◦ blue 106

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

Shades of Dark Khaki #BDC06A

Tints of Dark Khaki #BDC06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.77%

R = 38.81%
G = 39.43%
B = 21.77%

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

#BDC06A (or 0xBDC06A) is known color: Dark Khaki. HEX triplet: BD, C0 and 6A. RGB value is (189,192,106). Sum of RGB (Red+Green+Blue) = 189+192+106=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC06A is #423F95. Grayscale: #B5B5B5. Windows color (decimal): -4341654 or 6996157. OLE color: 6996157.

HSL color Cylindrical-coordinate representation of color #BDC06A: hue angle of 62.09º 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 #BDC06A is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 106 -
CMYK 0.02 0 0.45 0.25
HSL 62.09º 0.41% 0.58% -
HSV(B) 62.09º 0.45% 0.75% -
XYZ 42.44 49.56 20.96 -
YUV 181.3 85.51 133.49 -
System Red Green Blue C M Y K H S L
Decimal 189 192 106 0.02 0 0.45 0.25 62.09 0.41 0.58
Hex BD C0 6A 2 0 2D 19 3E 29 3A
Octal 275 300 152 2 0 55 31 76 51 72
Binary 10111101 11000000 1101010 10 0 101101 11001 111110 101001 111010

Color Harmonies of #BDC06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC06A

Black with #BDC06A

Text Example


Text Example

White with #BDC06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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