Html Css Color HEX #9BB268 Olivine

📋 copy color: '#9BB268'

red 155 ◦ green 178 ◦ blue 104

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

Shades of Olivine #9BB268

Tints of Olivine #9BB268

RGB

 RED value IS 155 (60.94% from 255) = 35.47%

 GREEN value IS 178 (69.92% from 255) = 40.73%

 BLUE value IS 104 (41.02% from 255) = 23.8%

R = 35.47%
G = 40.73%
B = 23.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#9BB268 (or 0x9BB268) is known color: Olivine. HEX triplet: 9B, B2 and 68. RGB value is (155,178,104). Sum of RGB (Red+Green+Blue) = 155+178+104=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB268 is #644D97. Grayscale: #A2A2A2. Windows color (decimal): -6573464 or 6861467. OLE color: 6861467.

HSL color Cylindrical-coordinate representation of color #9BB268: hue angle of 78.65º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BB268 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 155 178 104 -
CMYK 0.13 0 0.42 0.30
HSL 78.65º 0.32% 0.55% -
HSV(B) 78.65º 0.42% 0.7% -
XYZ 31.94 39.81 19.1 -
YUV 162.69 94.88 122.52 -
System Red Green Blue C M Y K H S L
Decimal 155 178 104 0.13 0 0.42 0.30 78.65 0.32 0.55
Hex 9B B2 68 D 0 2A 1E 4F 20 37
Octal 233 262 150 15 0 52 36 117 40 67
Binary 10011011 10110010 1101000 1101 0 101010 11110 1001111 100000 110111

Color Harmonies of #9BB268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB268

Black with #9BB268

Text Example


Text Example

White with #9BB268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BB268; }

 p { color: rgb(155,178,104); }

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

background-color css

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

 a { background-color: rgb(155,178,104); }

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

border-color css

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

 span { border-color: rgb(155,178,104); }

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