Html Css Color HEX #9BBE1A Bahia

📋 copy color: '#9BBE1A'

red 155 ◦ green 190 ◦ blue 26

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

Shades of Bahia #9BBE1A

Tints of Bahia #9BBE1A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 51.21%

 BLUE value IS 26 (10.55% from 255) = 7.01%

R = 41.78%
G = 51.21%
B = 7.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#9BBE1A (or 0x9BBE1A) is known color: Bahia. HEX triplet: 9B, BE and 1A. RGB value is (155,190,26). Sum of RGB (Red+Green+Blue) = 155+190+26=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBE1A is #6441E5. Grayscale: #A1A1A1. Windows color (decimal): -6570470 or 1752731. OLE color: 1752731.

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

Color convert

RGB 155 190 26 -
CMYK 0.18 0 0.86 0.25
HSL 72.8º 0.76% 0.42% -
HSV(B) 72.8º 0.86% 0.75% -
XYZ 32.12 43.87 7.75 -
YUV 160.84 51.9 123.84 -
System Red Green Blue C M Y K H S L
Decimal 155 190 26 0.18 0 0.86 0.25 72.8 0.76 0.42
Hex 9B BE 1A 12 0 56 19 49 4C 2A
Octal 233 276 32 22 0 126 31 111 114 52
Binary 10011011 10111110 11010 10010 0 1010110 11001 1001001 1001100 101010

Color Harmonies of #9BBE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBE1A

Black with #9BBE1A

Text Example


Text Example

White with #9BBE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,190,26); }

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

background-color css

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

 a { background-color: rgb(155,190,26); }

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

border-color css

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

 span { border-color: rgb(155,190,26); }

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