Html Css Color HEX #ABBD21 Bahia

📋 copy color: '#ABBD21'

red 171 ◦ green 189 ◦ blue 33

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

Shades of Bahia #ABBD21

Tints of Bahia #ABBD21

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.09%

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

R = 43.51%
G = 48.09%
B = 8.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#ABBD21 (or 0xABBD21) is known color: Bahia. HEX triplet: AB, BD and 21. RGB value is (171,189,33). Sum of RGB (Red+Green+Blue) = 171+189+33=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 33 (13.28% from 255 or 8.40% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBD21 is #5442DE. Grayscale: #A6A6A6. Windows color (decimal): -5522143 or 2211243. OLE color: 2211243.

HSL color Cylindrical-coordinate representation of color #ABBD21: hue angle of 66.92º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ABBD21 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 33 -
CMYK 0.10 0 0.83 0.26
HSL 66.92º 0.7% 0.44% -
HSV(B) 66.92º 0.83% 0.74% -
XYZ 35.27 45.16 8.3 -
YUV 165.83 53.04 131.68 -
System Red Green Blue C M Y K H S L
Decimal 171 189 33 0.10 0 0.83 0.26 66.92 0.7 0.44
Hex AB BD 21 A 0 53 1A 43 46 2C
Octal 253 275 41 12 0 123 32 103 106 54
Binary 10101011 10111101 100001 1010 0 1010011 11010 1000011 1000110 101100

Color Harmonies of #ABBD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD21

Black with #ABBD21

Text Example


Text Example

White with #ABBD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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