Html Css Color HEX #B2BD5C Olive Green

📋 copy color: '#B2BD5C'

red 178 ◦ green 189 ◦ blue 92

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

Shades of Olive Green #B2BD5C

Tints of Olive Green #B2BD5C

RGB

 RED value IS 178 (69.92% from 255) = 38.78%

 GREEN value IS 189 (74.22% from 255) = 41.18%

 BLUE value IS 92 (36.33% from 255) = 20.04%

R = 38.78%
G = 41.18%
B = 20.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#B2BD5C (or 0xB2BD5C) is known color: Olive Green. HEX triplet: B2, BD and 5C. RGB value is (178,189,92). Sum of RGB (Red+Green+Blue) = 178+189+92=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD5C is #4D42A3. Grayscale: #AFAFAF. Windows color (decimal): -5063332 or 6077874. OLE color: 6077874.

HSL color Cylindrical-coordinate representation of color #B2BD5C: hue angle of 66.8º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2BD5C is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 189 92 -
CMYK 0.06 0 0.51 0.26
HSL 66.8º 0.42% 0.55% -
HSV(B) 66.8º 0.51% 0.74% -
XYZ 38.49 46.63 17.1 -
YUV 174.65 81.36 130.39 -
System Red Green Blue C M Y K H S L
Decimal 178 189 92 0.06 0 0.51 0.26 66.8 0.42 0.55
Hex B2 BD 5C 6 0 33 1A 43 2A 37
Octal 262 275 134 6 0 63 32 103 52 67
Binary 10110010 10111101 1011100 110 0 110011 11010 1000011 101010 110111

Color Harmonies of #B2BD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD5C

Black with #B2BD5C

Text Example


Text Example

White with #B2BD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD5C; }

 p { color: rgb(178,189,92); }

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

background-color css

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

 a { background-color: rgb(178,189,92); }

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

border-color css

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

 span { border-color: rgb(178,189,92); }

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