Html Css Color HEX #9BCD67 Olivine

📋 copy color: '#9BCD67'

red 155 ◦ green 205 ◦ blue 103

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

Shades of Olivine #9BCD67

Tints of Olivine #9BCD67

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.28%

 BLUE value IS 103 (40.63% from 255) = 22.25%

R = 33.48%
G = 44.28%
B = 22.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#9BCD67 (or 0x9BCD67) is known color: Olivine. HEX triplet: 9B, CD and 67. RGB value is (155,205,103). Sum of RGB (Red+Green+Blue) = 155+205+103=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCD67 is #643298. Grayscale: #B2B2B2. Windows color (decimal): -6566553 or 6802843. OLE color: 6802843.

HSL color Cylindrical-coordinate representation of color #9BCD67: hue angle of 89.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BCD67 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 205 103 -
CMYK 0.24 0 0.50 0.20
HSL 89.41º 0.5% 0.6% -
HSV(B) 89.41º 0.5% 0.8% -
XYZ 37.8 51.61 20.8 -
YUV 178.42 85.44 111.29 -
System Red Green Blue C M Y K H S L
Decimal 155 205 103 0.24 0 0.50 0.20 89.41 0.5 0.6
Hex 9B CD 67 18 0 32 14 59 32 3C
Octal 233 315 147 30 0 62 24 131 62 74
Binary 10011011 11001101 1100111 11000 0 110010 10100 1011001 110010 111100

Color Harmonies of #9BCD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCD67

Black with #9BCD67

Text Example


Text Example

White with #9BCD67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,205,103); }

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

background-color css

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

 a { background-color: rgb(155,205,103); }

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

border-color css

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

 span { border-color: rgb(155,205,103); }

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