Html Css Color HEX #ACCB10 Bahia

📋 copy color: '#ACCB10'

red 172 ◦ green 203 ◦ blue 16

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

Shades of Bahia #ACCB10

Tints of Bahia #ACCB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.09%

R = 43.99%
G = 51.92%
B = 4.09%

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

#ACCB10 (or 0xACCB10) is known color: Bahia. HEX triplet: AC, CB and 10. RGB value is (172,203,16). Sum of RGB (Red+Green+Blue) = 172+203+16=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 16 (6.64% from 255 or 4.09% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCB10 is #5334EF. Grayscale: #ADADAD. Windows color (decimal): -5453040 or 1100716. OLE color: 1100716.

HSL color Cylindrical-coordinate representation of color #ACCB10: hue angle of 69.95º 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 #ACCB10 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 203 16 -
CMYK 0.15 0 0.92 0.20
HSL 69.95º 0.85% 0.43% -
HSV(B) 69.95º 0.92% 0.8% -
XYZ 38.46 51.52 8.41 -
YUV 172.41 39.73 127.71 -
System Red Green Blue C M Y K H S L
Decimal 172 203 16 0.15 0 0.92 0.20 69.95 0.85 0.43
Hex AC CB 10 F 0 5C 14 46 55 2B
Octal 254 313 20 17 0 134 24 106 125 53
Binary 10101100 11001011 10000 1111 0 1011100 10100 1000110 1010101 101011

Color Harmonies of #ACCB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB10

Black with #ACCB10

Text Example


Text Example

White with #ACCB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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