Html Css Color HEX #ACCB20 Bahia

📋 copy color: '#ACCB20'

red 172 ◦ green 203 ◦ blue 32

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

Shades of Bahia #ACCB20

Tints of Bahia #ACCB20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.86%

R = 42.26%
G = 49.88%
B = 7.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#ACCB20 (or 0xACCB20) is known color: Bahia. HEX triplet: AC, CB and 20. RGB value is (172,203,32). Sum of RGB (Red+Green+Blue) = 172+203+32=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB20 is #5334DF. Grayscale: #AEAEAE. Windows color (decimal): -5453024 or 2149292. OLE color: 2149292.

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

Color convert

RGB 172 203 32 -
CMYK 0.15 0 0.84 0.20
HSL 70.88º 0.73% 0.46% -
HSV(B) 70.88º 0.84% 0.8% -
XYZ 38.63 51.59 9.29 -
YUV 174.24 47.73 126.4 -
System Red Green Blue C M Y K H S L
Decimal 172 203 32 0.15 0 0.84 0.20 70.88 0.73 0.46
Hex AC CB 20 F 0 54 14 47 49 2E
Octal 254 313 40 17 0 124 24 107 111 56
Binary 10101100 11001011 100000 1111 0 1010100 10100 1000111 1001001 101110

Color Harmonies of #ACCB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB20

Black with #ACCB20

Text Example


Text Example

White with #ACCB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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