Html Css Color HEX #BDBF65 Dark Khaki

📋 copy color: '#BDBF65'

red 189 ◦ green 191 ◦ blue 101

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

Shades of Dark Khaki #BDBF65

Tints of Dark Khaki #BDBF65

RGB

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

 GREEN value IS 191 (75% from 255) = 39.71%

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

R = 39.29%
G = 39.71%
B = 21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BDBF65 (or 0xBDBF65) is known color: Dark Khaki. HEX triplet: BD, BF and 65. RGB value is (189,191,101). Sum of RGB (Red+Green+Blue) = 189+191+101=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF65 is #42409A. Grayscale: #B4B4B4. Windows color (decimal): -4341915 or 6668221. OLE color: 6668221.

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

Color convert

RGB 189 191 101 -
CMYK 0.01 0 0.47 0.25
HSL 61.33º 0.41% 0.57% -
HSV(B) 61.33º 0.47% 0.75% -
XYZ 41.97 49.02 19.56 -
YUV 180.14 83.34 134.32 -
System Red Green Blue C M Y K H S L
Decimal 189 191 101 0.01 0 0.47 0.25 61.33 0.41 0.57
Hex BD BF 65 1 0 2F 19 3D 29 39
Octal 275 277 145 1 0 57 31 75 51 71
Binary 10111101 10111111 1100101 1 0 101111 11001 111101 101001 111001

Color Harmonies of #BDBF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF65

Black with #BDBF65

Text Example


Text Example

White with #BDBF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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