Html Css Color HEX #ACCF25 Bahia

📋 copy color: '#ACCF25'

red 172 ◦ green 207 ◦ blue 37

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

Shades of Bahia #ACCF25

Tints of Bahia #ACCF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.89%

R = 41.35%
G = 49.76%
B = 8.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#ACCF25 (or 0xACCF25) is known color: Bahia. HEX triplet: AC, CF and 25. RGB value is (172,207,37). Sum of RGB (Red+Green+Blue) = 172+207+37=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCF25 is #5330DA. Grayscale: #B1B1B1. Windows color (decimal): -5451995 or 2477996. OLE color: 2477996.

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

Color convert

RGB 172 207 37 -
CMYK 0.17 0 0.82 0.19
HSL 72.35º 0.7% 0.48% -
HSV(B) 72.35º 0.82% 0.81% -
XYZ 39.66 53.53 9.99 -
YUV 177.16 48.9 124.32 -
System Red Green Blue C M Y K H S L
Decimal 172 207 37 0.17 0 0.82 0.19 72.35 0.7 0.48
Hex AC CF 25 11 0 52 13 48 46 30
Octal 254 317 45 21 0 122 23 110 106 60
Binary 10101100 11001111 100101 10001 0 1010010 10011 1001000 1000110 110000

Color Harmonies of #ACCF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF25

Black with #ACCF25

Text Example


Text Example

White with #ACCF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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