Html Css Color HEX #9BCB1C Bahia

📋 copy color: '#9BCB1C'

red 155 ◦ green 203 ◦ blue 28

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

Shades of Bahia #9BCB1C

Tints of Bahia #9BCB1C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 52.59%

 BLUE value IS 28 (11.33% from 255) = 7.25%

R = 40.16%
G = 52.59%
B = 7.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#9BCB1C (or 0x9BCB1C) is known color: Bahia. HEX triplet: 9B, CB and 1C. RGB value is (155,203,28). Sum of RGB (Red+Green+Blue) = 155+203+28=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCB1C is #6434E3. Grayscale: #A9A9A9. Windows color (decimal): -6567140 or 1887131. OLE color: 1887131.

HSL color Cylindrical-coordinate representation of color #9BCB1C: hue angle of 76.46º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9BCB1C is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 203 28 -
CMYK 0.24 0 0.86 0.20
HSL 76.46º 0.76% 0.45% -
HSV(B) 76.46º 0.86% 0.8% -
XYZ 35.08 49.76 8.86 -
YUV 168.7 48.6 118.23 -
System Red Green Blue C M Y K H S L
Decimal 155 203 28 0.24 0 0.86 0.20 76.46 0.76 0.45
Hex 9B CB 1C 18 0 56 14 4C 4C 2D
Octal 233 313 34 30 0 126 24 114 114 55
Binary 10011011 11001011 11100 11000 0 1010110 10100 1001100 1001100 101101

Color Harmonies of #9BCB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCB1C

Black with #9BCB1C

Text Example


Text Example

White with #9BCB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,203,28); }

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

background-color css

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

 a { background-color: rgb(155,203,28); }

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

border-color css

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

 span { border-color: rgb(155,203,28); }

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