Html Css Color HEX #9CCA1A Bahia

📋 copy color: '#9CCA1A'

red 156 ◦ green 202 ◦ blue 26

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

Shades of Bahia #9CCA1A

Tints of Bahia #9CCA1A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.6%

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

R = 40.63%
G = 52.6%
B = 6.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#9CCA1A (or 0x9CCA1A) is known color: Bahia. HEX triplet: 9C, CA and 1A. RGB value is (156,202,26). Sum of RGB (Red+Green+Blue) = 156+202+26=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCA1A is #6335E5. Grayscale: #A8A8A8. Windows color (decimal): -6501862 or 1755804. OLE color: 1755804.

HSL color Cylindrical-coordinate representation of color #9CCA1A: hue angle of 75.68º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9CCA1A is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 202 26 -
CMYK 0.23 0 0.87 0.21
HSL 75.68º 0.77% 0.45% -
HSV(B) 75.68º 0.87% 0.79% -
XYZ 35.02 49.38 8.66 -
YUV 168.18 47.76 119.31 -
System Red Green Blue C M Y K H S L
Decimal 156 202 26 0.23 0 0.87 0.21 75.68 0.77 0.45
Hex 9C CA 1A 17 0 57 15 4C 4D 2D
Octal 234 312 32 27 0 127 25 114 115 55
Binary 10011100 11001010 11010 10111 0 1010111 10101 1001100 1001101 101101

Color Harmonies of #9CCA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCA1A

Black with #9CCA1A

Text Example


Text Example

White with #9CCA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,202,26); }

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

background-color css

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

 a { background-color: rgb(156,202,26); }

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

border-color css

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

 span { border-color: rgb(156,202,26); }

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