Html Css Color HEX #ACCB28 Bahia

📋 copy color: '#ACCB28'

red 172 ◦ green 203 ◦ blue 40

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

Shades of Bahia #ACCB28

Tints of Bahia #ACCB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.64%

R = 41.45%
G = 48.92%
B = 9.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#ACCB28 (or 0xACCB28) is known color: Bahia. HEX triplet: AC, CB and 28. RGB value is (172,203,40). Sum of RGB (Red+Green+Blue) = 172+203+40=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB28 is #5334D7. Grayscale: #AFAFAF. Windows color (decimal): -5453016 or 2673580. OLE color: 2673580.

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

Color convert

RGB 172 203 40 -
CMYK 0.15 0 0.80 0.20
HSL 71.41º 0.67% 0.48% -
HSV(B) 71.41º 0.8% 0.8% -
XYZ 38.75 51.64 9.93 -
YUV 175.15 51.73 125.75 -
System Red Green Blue C M Y K H S L
Decimal 172 203 40 0.15 0 0.80 0.20 71.41 0.67 0.48
Hex AC CB 28 F 0 50 14 47 43 30
Octal 254 313 50 17 0 120 24 107 103 60
Binary 10101100 11001011 101000 1111 0 1010000 10100 1000111 1000011 110000

Color Harmonies of #ACCB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB28

Black with #ACCB28

Text Example


Text Example

White with #ACCB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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