Html Css Color HEX #9BC474 Olivine

📋 copy color: '#9BC474'

red 155 ◦ green 196 ◦ blue 116

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

Shades of Olivine #9BC474

Tints of Olivine #9BC474

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.97%

 BLUE value IS 116 (45.7% from 255) = 24.84%

R = 33.19%
G = 41.97%
B = 24.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#9BC474 (or 0x9BC474) is known color: Olivine. HEX triplet: 9B, C4 and 74. RGB value is (155,196,116). Sum of RGB (Red+Green+Blue) = 155+196+116=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC474 is #643B8B. Grayscale: #AEAEAE. Windows color (decimal): -6568844 or 7652507. OLE color: 7652507.

HSL color Cylindrical-coordinate representation of color #9BC474: hue angle of 90.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BC474 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 155 196 116 -
CMYK 0.21 0 0.41 0.23
HSL 90.75º 0.4% 0.61% -
HSV(B) 90.75º 0.41% 0.77% -
XYZ 36.41 47.71 23.81 -
YUV 174.62 94.92 114 -
System Red Green Blue C M Y K H S L
Decimal 155 196 116 0.21 0 0.41 0.23 90.75 0.4 0.61
Hex 9B C4 74 15 0 29 17 5B 28 3D
Octal 233 304 164 25 0 51 27 133 50 75
Binary 10011011 11000100 1110100 10101 0 101001 10111 1011011 101000 111101

Color Harmonies of #9BC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC474

Black with #9BC474

Text Example


Text Example

White with #9BC474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,196,116); }

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

background-color css

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

 a { background-color: rgb(155,196,116); }

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

border-color css

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

 span { border-color: rgb(155,196,116); }

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