Html Css Color HEX #9CBE69 Olivine

📋 copy color: '#9CBE69'

red 156 ◦ green 190 ◦ blue 105

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

Shades of Olivine #9CBE69

Tints of Olivine #9CBE69

RGB

 RED value IS 156 (61.33% from 255) = 34.59%

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

 BLUE value IS 105 (41.41% from 255) = 23.28%

R = 34.59%
G = 42.13%
B = 23.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#9CBE69 (or 0x9CBE69) is known color: Olivine. HEX triplet: 9C, BE and 69. RGB value is (156,190,105). Sum of RGB (Red+Green+Blue) = 156+190+105=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBE69 is #634196. Grayscale: #AAAAAA. Windows color (decimal): -6504855 or 6930076. OLE color: 6930076.

HSL color Cylindrical-coordinate representation of color #9CBE69: hue angle of 84º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CBE69 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 190 105 -
CMYK 0.18 0 0.45 0.25
HSL 84º 0.4% 0.58% -
HSV(B) 84º 0.45% 0.75% -
XYZ 34.67 44.91 20.21 -
YUV 170.14 91.24 117.91 -
System Red Green Blue C M Y K H S L
Decimal 156 190 105 0.18 0 0.45 0.25 84 0.4 0.58
Hex 9C BE 69 12 0 2D 19 54 28 3A
Octal 234 276 151 22 0 55 31 124 50 72
Binary 10011100 10111110 1101001 10010 0 101101 11001 1010100 101000 111010

Color Harmonies of #9CBE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBE69

Black with #9CBE69

Text Example


Text Example

White with #9CBE69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,190,105); }

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

background-color css

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

 a { background-color: rgb(156,190,105); }

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

border-color css

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

 span { border-color: rgb(156,190,105); }

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