Html Css Color HEX #BDBE5D Olive Green

📋 copy color: '#BDBE5D'

red 189 ◦ green 190 ◦ blue 93

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

Shades of Olive Green #BDBE5D

Tints of Olive Green #BDBE5D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.25%

 BLUE value IS 93 (36.72% from 255) = 19.7%

R = 40.04%
G = 40.25%
B = 19.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BDBE5D (or 0xBDBE5D) is known color: Olive Green. HEX triplet: BD, BE and 5D. RGB value is (189,190,93). Sum of RGB (Red+Green+Blue) = 189+190+93=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBE5D is #4241A2. Grayscale: #B3B3B3. Windows color (decimal): -4342179 or 6143677. OLE color: 6143677.

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

Color convert

RGB 189 190 93 -
CMYK 0.01 0 0.51 0.25
HSL 60.62º 0.43% 0.55% -
HSV(B) 60.62º 0.51% 0.75% -
XYZ 41.38 48.44 17.52 -
YUV 178.64 79.67 135.39 -
System Red Green Blue C M Y K H S L
Decimal 189 190 93 0.01 0 0.51 0.25 60.62 0.43 0.55
Hex BD BE 5D 1 0 33 19 3D 2B 37
Octal 275 276 135 1 0 63 31 75 53 67
Binary 10111101 10111110 1011101 1 0 110011 11001 111101 101011 110111

Color Harmonies of #BDBE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE5D

Black with #BDBE5D

Text Example


Text Example

White with #BDBE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE5D; }

 p { color: rgb(189,190,93); }

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

background-color css

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

 a { background-color: rgb(189,190,93); }

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

border-color css

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

 span { border-color: rgb(189,190,93); }

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