Html Css Color HEX #9BC269 Olivine

📋 copy color: '#9BC269'

red 155 ◦ green 194 ◦ blue 105

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

Shades of Olivine #9BC269

Tints of Olivine #9BC269

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.73%

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

R = 34.14%
G = 42.73%
B = 23.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#9BC269 (or 0x9BC269) is known color: Olivine. HEX triplet: 9B, C2 and 69. RGB value is (155,194,105). Sum of RGB (Red+Green+Blue) = 155+194+105=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC269 is #643D96. Grayscale: #ACACAC. Windows color (decimal): -6569367 or 6931099. OLE color: 6931099.

HSL color Cylindrical-coordinate representation of color #9BC269: hue angle of 86.29º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BC269 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 194 105 -
CMYK 0.20 0 0.46 0.24
HSL 86.29º 0.42% 0.59% -
HSV(B) 86.29º 0.46% 0.76% -
XYZ 35.36 46.57 20.49 -
YUV 172.19 90.08 115.74 -
System Red Green Blue C M Y K H S L
Decimal 155 194 105 0.20 0 0.46 0.24 86.29 0.42 0.59
Hex 9B C2 69 14 0 2E 18 56 2A 3B
Octal 233 302 151 24 0 56 30 126 52 73
Binary 10011011 11000010 1101001 10100 0 101110 11000 1010110 101010 111011

Color Harmonies of #9BC269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC269

Black with #9BC269

Text Example


Text Example

White with #9BC269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,194,105); }

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

background-color css

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

 a { background-color: rgb(155,194,105); }

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

border-color css

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

 span { border-color: rgb(155,194,105); }

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