Html Css Color HEX #BDC067 Dark Khaki

📋 copy color: '#BDC067'

red 189 ◦ green 192 ◦ blue 103

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

Shades of Dark Khaki #BDC067

Tints of Dark Khaki #BDC067

RGB

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

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

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

R = 39.05%
G = 39.67%
B = 21.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BDC067 (or 0xBDC067) is known color: Dark Khaki. HEX triplet: BD, C0 and 67. RGB value is (189,192,103). Sum of RGB (Red+Green+Blue) = 189+192+103=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC067 is #423F98. Grayscale: #B5B5B5. Windows color (decimal): -4341657 or 6799549. OLE color: 6799549.

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

Color convert

RGB 189 192 103 -
CMYK 0.02 0 0.46 0.25
HSL 62.02º 0.41% 0.58% -
HSV(B) 62.02º 0.46% 0.75% -
XYZ 42.28 49.5 20.16 -
YUV 180.96 84.01 133.74 -
System Red Green Blue C M Y K H S L
Decimal 189 192 103 0.02 0 0.46 0.25 62.02 0.41 0.58
Hex BD C0 67 2 0 2E 19 3E 29 3A
Octal 275 300 147 2 0 56 31 76 51 72
Binary 10111101 11000000 1100111 10 0 101110 11001 111110 101001 111010

Color Harmonies of #BDC067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC067

Black with #BDC067

Text Example


Text Example

White with #BDC067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC067; }

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

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

background-color css

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

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

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

border-color css

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

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

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