Html Css Color HEX #ACCB29 Bahia

📋 copy color: '#ACCB29'

red 172 ◦ green 203 ◦ blue 41

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

Shades of Bahia #ACCB29

Tints of Bahia #ACCB29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.86%

R = 41.35%
G = 48.8%
B = 9.86%

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

#ACCB29 (or 0xACCB29) is known color: Bahia. HEX triplet: AC, CB and 29. RGB value is (172,203,41). Sum of RGB (Red+Green+Blue) = 172+203+41=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB29 is #5334D6. Grayscale: #AFAFAF. Windows color (decimal): -5453015 or 2739116. OLE color: 2739116.

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

Color convert

RGB 172 203 41 -
CMYK 0.15 0 0.80 0.20
HSL 71.48º 0.66% 0.48% -
HSV(B) 71.48º 0.8% 0.8% -
XYZ 38.77 51.64 10.02 -
YUV 175.26 52.23 125.67 -
System Red Green Blue C M Y K H S L
Decimal 172 203 41 0.15 0 0.80 0.20 71.48 0.66 0.48
Hex AC CB 29 F 0 50 14 47 42 30
Octal 254 313 51 17 0 120 24 107 102 60
Binary 10101100 11001011 101001 1111 0 1010000 10100 1000111 1000010 110000

Color Harmonies of #ACCB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB29

Black with #ACCB29

Text Example


Text Example

White with #ACCB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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