Html Css Color HEX #ACCF28 Bahia

📋 copy color: '#ACCF28'

red 172 ◦ green 207 ◦ blue 40

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

Shades of Bahia #ACCF28

Tints of Bahia #ACCF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.55%

R = 41.05%
G = 49.4%
B = 9.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#ACCF28 (or 0xACCF28) is known color: Bahia. HEX triplet: AC, CF and 28. RGB value is (172,207,40). Sum of RGB (Red+Green+Blue) = 172+207+40=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCF28 is #5330D7. Grayscale: #B2B2B2. Windows color (decimal): -5451992 or 2674604. OLE color: 2674604.

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

Color convert

RGB 172 207 40 -
CMYK 0.17 0 0.81 0.19
HSL 72.57º 0.68% 0.48% -
HSV(B) 72.57º 0.81% 0.81% -
XYZ 39.71 53.55 10.25 -
YUV 177.5 50.4 124.08 -
System Red Green Blue C M Y K H S L
Decimal 172 207 40 0.17 0 0.81 0.19 72.57 0.68 0.48
Hex AC CF 28 11 0 51 13 49 44 30
Octal 254 317 50 21 0 121 23 111 104 60
Binary 10101100 11001111 101000 10001 0 1010001 10011 1001001 1000100 110000

Color Harmonies of #ACCF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF28

Black with #ACCF28

Text Example


Text Example

White with #ACCF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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