Html Css Color HEX #9BC914 Bahia

📋 copy color: '#9BC914'

red 155 ◦ green 201 ◦ blue 20

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

Shades of Bahia #9BC914

Tints of Bahia #9BC914

RGB

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

 GREEN value IS 201 (78.91% from 255) = 53.46%

 BLUE value IS 20 (8.2% from 255) = 5.32%

R = 41.22%
G = 53.46%
B = 5.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#9BC914 (or 0x9BC914) is known color: Bahia. HEX triplet: 9B, C9 and 14. RGB value is (155,201,20). Sum of RGB (Red+Green+Blue) = 155+201+20=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 201 (78.91% from 255 or 53.46% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC914 is #6436EB. Grayscale: #A7A7A7. Windows color (decimal): -6567660 or 1362331. OLE color: 1362331.

HSL color Cylindrical-coordinate representation of color #9BC914: hue angle of 75.25º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BC914 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 201 20 -
CMYK 0.23 0 0.90 0.21
HSL 75.25º 0.82% 0.43% -
HSV(B) 75.25º 0.9% 0.79% -
XYZ 34.53 48.79 8.26 -
YUV 166.61 45.26 119.72 -
System Red Green Blue C M Y K H S L
Decimal 155 201 20 0.23 0 0.90 0.21 75.25 0.82 0.43
Hex 9B C9 14 17 0 5A 15 4B 52 2B
Octal 233 311 24 27 0 132 25 113 122 53
Binary 10011011 11001001 10100 10111 0 1011010 10101 1001011 1010010 101011

Color Harmonies of #9BC914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC914

Black with #9BC914

Text Example


Text Example

White with #9BC914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,201,20); }

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

background-color css

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

 a { background-color: rgb(155,201,20); }

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

border-color css

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

 span { border-color: rgb(155,201,20); }

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