Html Css Color HEX #ACCB26 Bahia

📋 copy color: '#ACCB26'

red 172 ◦ green 203 ◦ blue 38

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

Shades of Bahia #ACCB26

Tints of Bahia #ACCB26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.2%

R = 41.65%
G = 49.15%
B = 9.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#ACCB26 (or 0xACCB26) is known color: Bahia. HEX triplet: AC, CB and 26. RGB value is (172,203,38). Sum of RGB (Red+Green+Blue) = 172+203+38=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB26 is #5334D9. Grayscale: #AFAFAF. Windows color (decimal): -5453018 or 2542508. OLE color: 2542508.

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

Color convert

RGB 172 203 38 -
CMYK 0.15 0 0.81 0.20
HSL 71.27º 0.68% 0.47% -
HSV(B) 71.27º 0.81% 0.8% -
XYZ 38.72 51.62 9.76 -
YUV 174.92 50.73 125.92 -
System Red Green Blue C M Y K H S L
Decimal 172 203 38 0.15 0 0.81 0.20 71.27 0.68 0.47
Hex AC CB 26 F 0 51 14 47 44 2F
Octal 254 313 46 17 0 121 24 107 104 57
Binary 10101100 11001011 100110 1111 0 1010001 10100 1000111 1000100 101111

Color Harmonies of #ACCB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB26

Black with #ACCB26

Text Example


Text Example

White with #ACCB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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