Html Css Color HEX #9BCC12 Bahia

📋 copy color: '#9BCC12'

red 155 ◦ green 204 ◦ blue 18

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

Shades of Bahia #9BCC12

Tints of Bahia #9BCC12

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.11%

 BLUE value IS 18 (7.42% from 255) = 4.77%

R = 41.11%
G = 54.11%
B = 4.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#9BCC12 (or 0x9BCC12) is known color: Bahia. HEX triplet: 9B, CC and 12. RGB value is (155,204,18). Sum of RGB (Red+Green+Blue) = 155+204+18=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCC12 is #6433ED. Grayscale: #A8A8A8. Windows color (decimal): -6566894 or 1232027. OLE color: 1232027.

HSL color Cylindrical-coordinate representation of color #9BCC12: hue angle of 75.81º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BCC12 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 204 18 -
CMYK 0.24 0 0.91 0.2
HSL 75.81º 0.84% 0.44% -
HSV(B) 75.81º 0.91% 0.8% -
XYZ 35.22 50.2 8.41 -
YUV 168.15 43.27 118.62 -
System Red Green Blue C M Y K H S L
Decimal 155 204 18 0.24 0 0.91 0.2 75.81 0.84 0.44
Hex 9B CC 12 18 0 5B 14 4C 54 2C
Octal 233 314 22 30 0 133 24 114 124 54
Binary 10011011 11001100 10010 11000 0 1011011 10100 1001100 1010100 101100

Color Harmonies of #9BCC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCC12

Black with #9BCC12

Text Example


Text Example

White with #9BCC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,204,18); }

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

background-color css

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

 a { background-color: rgb(155,204,18); }

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

border-color css

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

 span { border-color: rgb(155,204,18); }

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