Html Css Color HEX #ACCB16 Bahia

📋 copy color: '#ACCB16'

red 172 ◦ green 203 ◦ blue 22

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

Shades of Bahia #ACCB16

Tints of Bahia #ACCB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.54%

R = 43.32%
G = 51.13%
B = 5.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#ACCB16 (or 0xACCB16) is known color: Bahia. HEX triplet: AC, CB and 16. RGB value is (172,203,22). Sum of RGB (Red+Green+Blue) = 172+203+22=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCB16 is #5334E9. Grayscale: #ADADAD. Windows color (decimal): -5453034 or 1493932. OLE color: 1493932.

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

Color convert

RGB 172 203 22 -
CMYK 0.15 0 0.89 0.20
HSL 70.28º 0.8% 0.44% -
HSV(B) 70.28º 0.89% 0.8% -
XYZ 38.51 51.54 8.68 -
YUV 173.1 42.73 127.22 -
System Red Green Blue C M Y K H S L
Decimal 172 203 22 0.15 0 0.89 0.20 70.28 0.8 0.44
Hex AC CB 16 F 0 59 14 46 50 2C
Octal 254 313 26 17 0 131 24 106 120 54
Binary 10101100 11001011 10110 1111 0 1011001 10100 1000110 1010000 101100

Color Harmonies of #ACCB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB16

Black with #ACCB16

Text Example


Text Example

White with #ACCB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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