Html Css Color HEX #ACCF1D Bahia

📋 copy color: '#ACCF1D'

red 172 ◦ green 207 ◦ blue 29

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

Shades of Bahia #ACCF1D

Tints of Bahia #ACCF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.11%

R = 42.16%
G = 50.74%
B = 7.11%

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

#ACCF1D (or 0xACCF1D) is known color: Bahia. HEX triplet: AC, CF and 1D. RGB value is (172,207,29). Sum of RGB (Red+Green+Blue) = 172+207+29=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCF1D is #5330E2. Grayscale: #B0B0B0. Windows color (decimal): -5452003 or 1953708. OLE color: 1953708.

HSL color Cylindrical-coordinate representation of color #ACCF1D: hue angle of 71.8º degrees, saturation: 0.75, 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 #ACCF1D is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 207 29 -
CMYK 0.17 0 0.86 0.19
HSL 71.8º 0.75% 0.46% -
HSV(B) 71.8º 0.86% 0.81% -
XYZ 39.55 53.49 9.4 -
YUV 176.24 44.9 124.97 -
System Red Green Blue C M Y K H S L
Decimal 172 207 29 0.17 0 0.86 0.19 71.8 0.75 0.46
Hex AC CF 1D 11 0 56 13 48 4B 2E
Octal 254 317 35 21 0 126 23 110 113 56
Binary 10101100 11001111 11101 10001 0 1010110 10011 1001000 1001011 101110

Color Harmonies of #ACCF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF1D

Black with #ACCF1D

Text Example


Text Example

White with #ACCF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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