Html Css Color HEX #ABBC21 Bahia

📋 copy color: '#ABBC21'

red 171 ◦ green 188 ◦ blue 33

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

Shades of Bahia #ABBC21

Tints of Bahia #ABBC21

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.96%

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

R = 43.62%
G = 47.96%
B = 8.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#ABBC21 (or 0xABBC21) is known color: Bahia. HEX triplet: AB, BC and 21. RGB value is (171,188,33). Sum of RGB (Red+Green+Blue) = 171+188+33=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC21 is #5443DE. Grayscale: #A5A5A5. Windows color (decimal): -5522399 or 2210987. OLE color: 2210987.

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

Color convert

RGB 171 188 33 -
CMYK 0.09 0 0.82 0.26
HSL 66.58º 0.7% 0.43% -
HSV(B) 66.58º 0.82% 0.74% -
XYZ 35.05 44.73 8.23 -
YUV 165.25 53.37 132.1 -
System Red Green Blue C M Y K H S L
Decimal 171 188 33 0.09 0 0.82 0.26 66.58 0.7 0.43
Hex AB BC 21 9 0 52 1A 43 46 2B
Octal 253 274 41 11 0 122 32 103 106 53
Binary 10101011 10111100 100001 1001 0 1010010 11010 1000011 1000110 101011

Color Harmonies of #ABBC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC21

Black with #ABBC21

Text Example


Text Example

White with #ABBC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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