Html Css Color HEX #BEBF62 Dark Khaki

📋 copy color: '#BEBF62'

red 190 ◦ green 191 ◦ blue 98

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

Shades of Dark Khaki #BEBF62

Tints of Dark Khaki #BEBF62

RGB

 RED value IS 190 (74.61% from 255) = 39.67%

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

 BLUE value IS 98 (38.67% from 255) = 20.46%

R = 39.67%
G = 39.87%
B = 20.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BEBF62 (or 0xBEBF62) is known color: Dark Khaki. HEX triplet: BE, BF and 62. RGB value is (190,191,98). Sum of RGB (Red+Green+Blue) = 190+191+98=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBF62 is #41409D. Grayscale: #B4B4B4. Windows color (decimal): -4276382 or 6471614. OLE color: 6471614.

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

Color convert

RGB 190 191 98 -
CMYK 0.01 0 0.49 0.25
HSL 60.65º 0.42% 0.57% -
HSV(B) 60.65º 0.49% 0.75% -
XYZ 42.07 49.09 18.81 -
YUV 180.1 81.67 135.06 -
System Red Green Blue C M Y K H S L
Decimal 190 191 98 0.01 0 0.49 0.25 60.65 0.42 0.57
Hex BE BF 62 1 0 31 19 3D 2A 39
Octal 276 277 142 1 0 61 31 75 52 71
Binary 10111110 10111111 1100010 1 0 110001 11001 111101 101010 111001

Color Harmonies of #BEBF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBF62

Black with #BEBF62

Text Example


Text Example

White with #BEBF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBF62; }

 p { color: rgb(190,191,98); }

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

background-color css

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

 a { background-color: rgb(190,191,98); }

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

border-color css

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

 span { border-color: rgb(190,191,98); }

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