Html Css Color HEX #ACCC1B Bahia

📋 copy color: '#ACCC1B'

red 172 ◦ green 204 ◦ blue 27

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

Shades of Bahia #ACCC1B

Tints of Bahia #ACCC1B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.62%

 BLUE value IS 27 (10.94% from 255) = 6.7%

R = 42.68%
G = 50.62%
B = 6.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#ACCC1B (or 0xACCC1B) is known color: Bahia. HEX triplet: AC, CC and 1B. RGB value is (172,204,27). Sum of RGB (Red+Green+Blue) = 172+204+27=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC1B is #5333E4. Grayscale: #AEAEAE. Windows color (decimal): -5452773 or 1821868. OLE color: 1821868.

HSL color Cylindrical-coordinate representation of color #ACCC1B: hue angle of 70.85º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACCC1B is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 27 -
CMYK 0.16 0 0.87 0.2
HSL 70.85º 0.77% 0.45% -
HSV(B) 70.85º 0.87% 0.8% -
XYZ 38.8 52.04 9.04 -
YUV 174.25 44.9 126.39 -
System Red Green Blue C M Y K H S L
Decimal 172 204 27 0.16 0 0.87 0.2 70.85 0.77 0.45
Hex AC CC 1B 10 0 57 14 47 4D 2D
Octal 254 314 33 20 0 127 24 107 115 55
Binary 10101100 11001100 11011 10000 0 1010111 10100 1000111 1001101 101101

Color Harmonies of #ACCC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC1B

Black with #ACCC1B

Text Example


Text Example

White with #ACCC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC1B; }

 p { color: rgb(172,204,27); }

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

background-color css

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

 a { background-color: rgb(172,204,27); }

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

border-color css

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

 span { border-color: rgb(172,204,27); }

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