Html Css Color HEX #9BAF28 Limerick

📋 copy color: '#9BAF28'

red 155 ◦ green 175 ◦ blue 40

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

Shades of Limerick #9BAF28

Tints of Limerick #9BAF28

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.3%

 BLUE value IS 40 (16.02% from 255) = 10.81%

R = 41.89%
G = 47.3%
B = 10.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#9BAF28 (or 0x9BAF28) is known color: Limerick. HEX triplet: 9B, AF and 28. RGB value is (155,175,40). Sum of RGB (Red+Green+Blue) = 155+175+40=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAF28 is #6450D7. Grayscale: #9A9A9A. Windows color (decimal): -6574296 or 2666395. OLE color: 2666395.

HSL color Cylindrical-coordinate representation of color #9BAF28: hue angle of 68.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9BAF28 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 175 40 -
CMYK 0.11 0 0.77 0.31
HSL 68.89º 0.63% 0.42% -
HSV(B) 68.89º 0.77% 0.69% -
XYZ 29.23 37.78 7.76 -
YUV 153.63 63.87 128.98 -
System Red Green Blue C M Y K H S L
Decimal 155 175 40 0.11 0 0.77 0.31 68.89 0.63 0.42
Hex 9B AF 28 B 0 4D 1F 45 3F 2A
Octal 233 257 50 13 0 115 37 105 77 52
Binary 10011011 10101111 101000 1011 0 1001101 11111 1000101 111111 101010

Color Harmonies of #9BAF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF28

Black with #9BAF28

Text Example


Text Example

White with #9BAF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,175,40); }

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

background-color css

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

 a { background-color: rgb(155,175,40); }

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

border-color css

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

 span { border-color: rgb(155,175,40); }

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