Html Css Color HEX #ACCB22 Bahia

📋 copy color: '#ACCB22'

red 172 ◦ green 203 ◦ blue 34

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

Shades of Bahia #ACCB22

Tints of Bahia #ACCB22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.31%

R = 42.05%
G = 49.63%
B = 8.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#ACCB22 (or 0xACCB22) is known color: Bahia. HEX triplet: AC, CB and 22. RGB value is (172,203,34). Sum of RGB (Red+Green+Blue) = 172+203+34=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 34 (13.67% from 255 or 8.31% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB22 is #5334DD. Grayscale: #AFAFAF. Windows color (decimal): -5453022 or 2280364. OLE color: 2280364.

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

Color convert

RGB 172 203 34 -
CMYK 0.15 0 0.83 0.20
HSL 71.01º 0.71% 0.46% -
HSV(B) 71.01º 0.83% 0.8% -
XYZ 38.66 51.6 9.44 -
YUV 174.47 48.73 126.24 -
System Red Green Blue C M Y K H S L
Decimal 172 203 34 0.15 0 0.83 0.20 71.01 0.71 0.46
Hex AC CB 22 F 0 53 14 47 47 2E
Octal 254 313 42 17 0 123 24 107 107 56
Binary 10101100 11001011 100010 1111 0 1010011 10100 1000111 1000111 101110

Color Harmonies of #ACCB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB22

Black with #ACCB22

Text Example


Text Example

White with #ACCB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB22; }

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

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

background-color css

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

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

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

border-color css

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

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

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