Html Css Color HEX #9BCE1A Bahia

📋 copy color: '#9BCE1A'

red 155 ◦ green 206 ◦ blue 26

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

Shades of Bahia #9BCE1A

Tints of Bahia #9BCE1A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.23%

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

R = 40.05%
G = 53.23%
B = 6.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#9BCE1A (or 0x9BCE1A) is known color: Bahia. HEX triplet: 9B, CE and 1A. RGB value is (155,206,26). Sum of RGB (Red+Green+Blue) = 155+206+26=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 26 (10.55% from 255 or 6.72% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCE1A is #6431E5. Grayscale: #AAAAAA. Windows color (decimal): -6566374 or 1756827. OLE color: 1756827.

HSL color Cylindrical-coordinate representation of color #9BCE1A: hue angle of 77º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9BCE1A is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 206 26 -
CMYK 0.25 0 0.87 0.19
HSL 77º 0.78% 0.45% -
HSV(B) 77º 0.87% 0.81% -
XYZ 35.78 51.19 8.97 -
YUV 170.23 46.6 117.14 -
System Red Green Blue C M Y K H S L
Decimal 155 206 26 0.25 0 0.87 0.19 77 0.78 0.45
Hex 9B CE 1A 19 0 57 13 4D 4E 2D
Octal 233 316 32 31 0 127 23 115 116 55
Binary 10011011 11001110 11010 11001 0 1010111 10011 1001101 1001110 101101

Color Harmonies of #9BCE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCE1A

Black with #9BCE1A

Text Example


Text Example

White with #9BCE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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