Html Css Color HEX #ACCB11 Bahia

📋 copy color: '#ACCB11'

red 172 ◦ green 203 ◦ blue 17

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

Shades of Bahia #ACCB11

Tints of Bahia #ACCB11

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.79%

 BLUE value IS 17 (7.03% from 255) = 4.34%

R = 43.88%
G = 51.79%
B = 4.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#ACCB11 (or 0xACCB11) is known color: Bahia. HEX triplet: AC, CB and 11. RGB value is (172,203,17). Sum of RGB (Red+Green+Blue) = 172+203+17=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 203 (79.69% from 255 or 51.79% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCB11 is #5334EE. Grayscale: #ADADAD. Windows color (decimal): -5453039 or 1166252. OLE color: 1166252.

HSL color Cylindrical-coordinate representation of color #ACCB11: hue angle of 70º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACCB11 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 203 17 -
CMYK 0.15 0 0.92 0.20
HSL 70º 0.85% 0.43% -
HSV(B) 70º 0.92% 0.8% -
XYZ 38.47 51.52 8.45 -
YUV 172.53 40.23 127.62 -
System Red Green Blue C M Y K H S L
Decimal 172 203 17 0.15 0 0.92 0.20 70 0.85 0.43
Hex AC CB 11 F 0 5C 14 46 55 2B
Octal 254 313 21 17 0 134 24 106 125 53
Binary 10101100 11001011 10001 1111 0 1011100 10100 1000110 1010101 101011

Color Harmonies of #ACCB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB11

Black with #ACCB11

Text Example


Text Example

White with #ACCB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB11; }

 p { color: rgb(172,203,17); }

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

background-color css

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

 a { background-color: rgb(172,203,17); }

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

border-color css

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

 span { border-color: rgb(172,203,17); }

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