Html Css Color HEX #ACCF19 Bahia

📋 copy color: '#ACCF19'

red 172 ◦ green 207 ◦ blue 25

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

Shades of Bahia #ACCF19

Tints of Bahia #ACCF19

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.24%

 BLUE value IS 25 (10.16% from 255) = 6.19%

R = 42.57%
G = 51.24%
B = 6.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#ACCF19 (or 0xACCF19) is known color: Bahia. HEX triplet: AC, CF and 19. RGB value is (172,207,25). Sum of RGB (Red+Green+Blue) = 172+207+25=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCF19 is #5330E6. Grayscale: #B0B0B0. Windows color (decimal): -5452007 or 1691564. OLE color: 1691564.

HSL color Cylindrical-coordinate representation of color #ACCF19: hue angle of 71.54º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACCF19 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 207 25 -
CMYK 0.17 0 0.88 0.19
HSL 71.54º 0.78% 0.45% -
HSV(B) 71.54º 0.88% 0.81% -
XYZ 39.5 53.47 9.16 -
YUV 175.79 42.9 125.3 -
System Red Green Blue C M Y K H S L
Decimal 172 207 25 0.17 0 0.88 0.19 71.54 0.78 0.45
Hex AC CF 19 11 0 58 13 48 4E 2D
Octal 254 317 31 21 0 130 23 110 116 55
Binary 10101100 11001111 11001 10001 0 1011000 10011 1001000 1001110 101101

Color Harmonies of #ACCF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF19

Black with #ACCF19

Text Example


Text Example

White with #ACCF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF19; }

 p { color: rgb(172,207,25); }

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

background-color css

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

 a { background-color: rgb(172,207,25); }

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

border-color css

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

 span { border-color: rgb(172,207,25); }

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