Html Css Color HEX #ACC90D Bahia

📋 copy color: '#ACC90D'

red 172 ◦ green 201 ◦ blue 13

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

Shades of Bahia #ACC90D

Tints of Bahia #ACC90D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.07%

 BLUE value IS 13 (5.47% from 255) = 3.37%

R = 44.56%
G = 52.07%
B = 3.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#ACC90D (or 0xACC90D) is known color: Bahia. HEX triplet: AC, C9 and 0D. RGB value is (172,201,13). Sum of RGB (Red+Green+Blue) = 172+201+13=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 201 (78.91% from 255 or 52.07% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC90D is #5336F2. Grayscale: #ABABAB. Windows color (decimal): -5453555 or 903596. OLE color: 903596.

HSL color Cylindrical-coordinate representation of color #ACC90D: hue angle of 69.26º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACC90D is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 13 -
CMYK 0.14 0 0.94 0.21
HSL 69.26º 0.88% 0.42% -
HSV(B) 69.26º 0.94% 0.79% -
XYZ 37.97 50.57 8.14 -
YUV 170.9 38.89 128.79 -
System Red Green Blue C M Y K H S L
Decimal 172 201 13 0.14 0 0.94 0.21 69.26 0.88 0.42
Hex AC C9 D E 0 5E 15 45 58 2A
Octal 254 311 15 16 0 136 25 105 130 52
Binary 10101100 11001001 1101 1110 0 1011110 10101 1000101 1011000 101010

Color Harmonies of #ACC90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC90D

Black with #ACC90D

Text Example


Text Example

White with #ACC90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC90D; }

 p { color: rgb(172,201,13); }

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

background-color css

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

 a { background-color: rgb(172,201,13); }

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

border-color css

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

 span { border-color: rgb(172,201,13); }

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