Html Css Color HEX #ACCB2C Bahia

📋 copy color: '#ACCB2C'

red 172 ◦ green 203 ◦ blue 44

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

Shades of Bahia #ACCB2C

Tints of Bahia #ACCB2C

RGB

 RED value IS 172 (67.58% from 255) = 41.05%

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

 BLUE value IS 44 (17.58% from 255) = 10.5%

R = 41.05%
G = 48.45%
B = 10.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#ACCB2C (or 0xACCB2C) is known color: Bahia. HEX triplet: AC, CB and 2C. RGB value is (172,203,44). Sum of RGB (Red+Green+Blue) = 172+203+44=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB2C is #5334D3. Grayscale: #B0B0B0. Windows color (decimal): -5453012 or 2935724. OLE color: 2935724.

HSL color Cylindrical-coordinate representation of color #ACCB2C: hue angle of 71.7º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACCB2C is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 203 44 -
CMYK 0.15 0 0.78 0.20
HSL 71.7º 0.64% 0.48% -
HSV(B) 71.7º 0.78% 0.8% -
XYZ 38.82 51.66 10.31 -
YUV 175.61 53.73 125.43 -
System Red Green Blue C M Y K H S L
Decimal 172 203 44 0.15 0 0.78 0.20 71.7 0.64 0.48
Hex AC CB 2C F 0 4E 14 48 40 30
Octal 254 313 54 17 0 116 24 110 100 60
Binary 10101100 11001011 101100 1111 0 1001110 10100 1001000 1000000 110000

Color Harmonies of #ACCB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB2C

Black with #ACCB2C

Text Example


Text Example

White with #ACCB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB2C; }

 p { color: rgb(172,203,44); }

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

background-color css

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

 a { background-color: rgb(172,203,44); }

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

border-color css

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

 span { border-color: rgb(172,203,44); }

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