Html Css Color HEX #9BBE1D Bahia

📋 copy color: '#9BBE1D'

red 155 ◦ green 190 ◦ blue 29

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

Shades of Bahia #9BBE1D

Tints of Bahia #9BBE1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.75%

R = 41.44%
G = 50.8%
B = 7.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#9BBE1D (or 0x9BBE1D) is known color: Bahia. HEX triplet: 9B, BE and 1D. RGB value is (155,190,29). Sum of RGB (Red+Green+Blue) = 155+190+29=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 190 (74.61% from 255 or 50.80% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBE1D is #6441E2. Grayscale: #A1A1A1. Windows color (decimal): -6570467 or 1949339. OLE color: 1949339.

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

Color convert

RGB 155 190 29 -
CMYK 0.18 0 0.85 0.25
HSL 73.04º 0.74% 0.43% -
HSV(B) 73.04º 0.85% 0.75% -
XYZ 32.15 43.88 7.94 -
YUV 161.18 53.4 123.59 -
System Red Green Blue C M Y K H S L
Decimal 155 190 29 0.18 0 0.85 0.25 73.04 0.74 0.43
Hex 9B BE 1D 12 0 55 19 49 4A 2B
Octal 233 276 35 22 0 125 31 111 112 53
Binary 10011011 10111110 11101 10010 0 1010101 11001 1001001 1001010 101011

Color Harmonies of #9BBE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBE1D

Black with #9BBE1D

Text Example


Text Example

White with #9BBE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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