Html Css Color HEX #ACCF1C Bahia

📋 copy color: '#ACCF1C'

red 172 ◦ green 207 ◦ blue 28

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

Shades of Bahia #ACCF1C

Tints of Bahia #ACCF1C

RGB

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

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

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

R = 42.26%
G = 50.86%
B = 6.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#ACCF1C (or 0xACCF1C) is known color: Bahia. HEX triplet: AC, CF and 1C. RGB value is (172,207,28). Sum of RGB (Red+Green+Blue) = 172+207+28=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCF1C is #5330E3. Grayscale: #B0B0B0. Windows color (decimal): -5452004 or 1888172. OLE color: 1888172.

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

Color convert

RGB 172 207 28 -
CMYK 0.17 0 0.86 0.19
HSL 71.73º 0.76% 0.46% -
HSV(B) 71.73º 0.86% 0.81% -
XYZ 39.54 53.48 9.34 -
YUV 176.13 44.4 125.05 -
System Red Green Blue C M Y K H S L
Decimal 172 207 28 0.17 0 0.86 0.19 71.73 0.76 0.46
Hex AC CF 1C 11 0 56 13 48 4C 2E
Octal 254 317 34 21 0 126 23 110 114 56
Binary 10101100 11001111 11100 10001 0 1010110 10011 1001000 1001100 101110

Color Harmonies of #ACCF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF1C

Black with #ACCF1C

Text Example


Text Example

White with #ACCF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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