Html Css Color HEX #9CBF5E Olivine

📋 copy color: '#9CBF5E'

red 156 ◦ green 191 ◦ blue 94

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

Shades of Olivine #9CBF5E

Tints of Olivine #9CBF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.32%

R = 35.37%
G = 43.31%
B = 21.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#9CBF5E (or 0x9CBF5E) is known color: Olivine. HEX triplet: 9C, BF and 5E. RGB value is (156,191,94). Sum of RGB (Red+Green+Blue) = 156+191+94=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF5E is #6340A1. Grayscale: #A9A9A9. Windows color (decimal): -6504610 or 6209436. OLE color: 6209436.

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

Color convert

RGB 156 191 94 -
CMYK 0.18 0 0.51 0.25
HSL 81.65º 0.43% 0.56% -
HSV(B) 81.65º 0.51% 0.75% -
XYZ 34.36 45.14 17.49 -
YUV 169.48 85.4 118.39 -
System Red Green Blue C M Y K H S L
Decimal 156 191 94 0.18 0 0.51 0.25 81.65 0.43 0.56
Hex 9C BF 5E 12 0 33 19 52 2B 38
Octal 234 277 136 22 0 63 31 122 53 70
Binary 10011100 10111111 1011110 10010 0 110011 11001 1010010 101011 111000

Color Harmonies of #9CBF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBF5E

Black with #9CBF5E

Text Example


Text Example

White with #9CBF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,191,94); }

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

background-color css

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

 a { background-color: rgb(156,191,94); }

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

border-color css

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

 span { border-color: rgb(156,191,94); }

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