Html Css Color HEX #ACCB24 Bahia

📋 copy color: '#ACCB24'

red 172 ◦ green 203 ◦ blue 36

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

Shades of Bahia #ACCB24

Tints of Bahia #ACCB24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.76%

R = 41.85%
G = 49.39%
B = 8.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#ACCB24 (or 0xACCB24) is known color: Bahia. HEX triplet: AC, CB and 24. RGB value is (172,203,36). Sum of RGB (Red+Green+Blue) = 172+203+36=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB24 is #5334DB. Grayscale: #AFAFAF. Windows color (decimal): -5453020 or 2411436. OLE color: 2411436.

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

Color convert

RGB 172 203 36 -
CMYK 0.15 0 0.82 0.20
HSL 71.14º 0.7% 0.47% -
HSV(B) 71.14º 0.82% 0.8% -
XYZ 38.69 51.61 9.59 -
YUV 174.69 49.73 126.08 -
System Red Green Blue C M Y K H S L
Decimal 172 203 36 0.15 0 0.82 0.20 71.14 0.7 0.47
Hex AC CB 24 F 0 52 14 47 46 2F
Octal 254 313 44 17 0 122 24 107 106 57
Binary 10101100 11001011 100100 1111 0 1010010 10100 1000111 1000110 101111

Color Harmonies of #ACCB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB24

Black with #ACCB24

Text Example


Text Example

White with #ACCB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB24; }

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

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

background-color css

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

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

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

border-color css

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

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

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