Html Css Color HEX #ABCD21 Bahia

📋 copy color: '#ABCD21'

red 171 ◦ green 205 ◦ blue 33

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

Shades of Bahia #ABCD21

Tints of Bahia #ABCD21

RGB

 RED value IS 171 (67.19% from 255) = 41.81%

 GREEN value IS 205 (80.47% from 255) = 50.12%

 BLUE value IS 33 (13.28% from 255) = 8.07%

R = 41.81%
G = 50.12%
B = 8.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#ABCD21 (or 0xABCD21) is known color: Bahia. HEX triplet: AB, CD and 21. RGB value is (171,205,33). Sum of RGB (Red+Green+Blue) = 171+205+33=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD21 is #5432DE. Grayscale: #AFAFAF. Windows color (decimal): -5518047 or 2215339. OLE color: 2215339.

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

Color convert

RGB 171 205 33 -
CMYK 0.17 0 0.84 0.20
HSL 71.86º 0.72% 0.47% -
HSV(B) 71.86º 0.84% 0.8% -
XYZ 38.9 52.43 9.51 -
YUV 175.23 47.74 124.99 -
System Red Green Blue C M Y K H S L
Decimal 171 205 33 0.17 0 0.84 0.20 71.86 0.72 0.47
Hex AB CD 21 11 0 54 14 48 48 2F
Octal 253 315 41 21 0 124 24 110 110 57
Binary 10101011 11001101 100001 10001 0 1010100 10100 1001000 1001000 101111

Color Harmonies of #ABCD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD21

Black with #ABCD21

Text Example


Text Example

White with #ABCD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD21; }

 p { color: rgb(171,205,33); }

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

background-color css

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

 a { background-color: rgb(171,205,33); }

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

border-color css

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

 span { border-color: rgb(171,205,33); }

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