Html Css Color HEX #9CCB1C Bahia

📋 copy color: '#9CCB1C'

red 156 ◦ green 203 ◦ blue 28

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

Shades of Bahia #9CCB1C

Tints of Bahia #9CCB1C

RGB

 RED value IS 156 (61.33% from 255) = 40.31%

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

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

R = 40.31%
G = 52.45%
B = 7.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#9CCB1C (or 0x9CCB1C) is known color: Bahia. HEX triplet: 9C, CB and 1C. RGB value is (156,203,28). Sum of RGB (Red+Green+Blue) = 156+203+28=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCB1C is #6334E3. Grayscale: #A9A9A9. Windows color (decimal): -6501604 or 1887132. OLE color: 1887132.

HSL color Cylindrical-coordinate representation of color #9CCB1C: hue angle of 76.11º 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 #9CCB1C is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 203 28 -
CMYK 0.23 0 0.86 0.20
HSL 76.11º 0.76% 0.45% -
HSV(B) 76.11º 0.86% 0.8% -
XYZ 35.28 49.86 8.86 -
YUV 169 48.43 118.73 -
System Red Green Blue C M Y K H S L
Decimal 156 203 28 0.23 0 0.86 0.20 76.11 0.76 0.45
Hex 9C CB 1C 17 0 56 14 4C 4C 2D
Octal 234 313 34 27 0 126 24 114 114 55
Binary 10011100 11001011 11100 10111 0 1010110 10100 1001100 1001100 101101

Color Harmonies of #9CCB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCB1C

Black with #9CCB1C

Text Example


Text Example

White with #9CCB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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