Html Css Color HEX #ACD21B Bahia

📋 copy color: '#ACD21B'

red 172 ◦ green 210 ◦ blue 27

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

Shades of Bahia #ACD21B

Tints of Bahia #ACD21B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.34%

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

R = 42.05%
G = 51.34%
B = 6.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#ACD21B (or 0xACD21B) is known color: Bahia. HEX triplet: AC, D2 and 1B. RGB value is (172,210,27). Sum of RGB (Red+Green+Blue) = 172+210+27=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD21B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD21B is #532DE4. Grayscale: #B2B2B2. Windows color (decimal): -5451237 or 1823404. OLE color: 1823404.

HSL color Cylindrical-coordinate representation of color #ACD21B: hue angle of 72.46º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACD21B is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 27 -
CMYK 0.18 0 0.87 0.18
HSL 72.46º 0.77% 0.46% -
HSV(B) 72.46º 0.87% 0.82% -
XYZ 40.26 54.94 9.52 -
YUV 177.78 42.91 123.88 -
System Red Green Blue C M Y K H S L
Decimal 172 210 27 0.18 0 0.87 0.18 72.46 0.77 0.46
Hex AC D2 1B 12 0 57 12 48 4D 2E
Octal 254 322 33 22 0 127 22 110 115 56
Binary 10101100 11010010 11011 10010 0 1010111 10010 1001000 1001101 101110

Color Harmonies of #ACD21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD21B

Black with #ACD21B

Text Example


Text Example

White with #ACD21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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