Html Css Color HEX #ABCF21 Bahia

📋 copy color: '#ABCF21'

red 171 ◦ green 207 ◦ blue 33

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

Shades of Bahia #ABCF21

Tints of Bahia #ABCF21

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.36%

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

R = 41.61%
G = 50.36%
B = 8.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#ABCF21 (or 0xABCF21) is known color: Bahia. HEX triplet: AB, CF and 21. RGB value is (171,207,33). Sum of RGB (Red+Green+Blue) = 171+207+33=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCF21 is #5430DE. Grayscale: #B1B1B1. Windows color (decimal): -5517535 or 2215851. OLE color: 2215851.

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

Color convert

RGB 171 207 33 -
CMYK 0.17 0 0.84 0.19
HSL 72.41º 0.73% 0.47% -
HSV(B) 72.41º 0.84% 0.81% -
XYZ 39.38 53.39 9.67 -
YUV 176.4 47.07 124.15 -
System Red Green Blue C M Y K H S L
Decimal 171 207 33 0.17 0 0.84 0.19 72.41 0.73 0.47
Hex AB CF 21 11 0 54 13 48 48 2F
Octal 253 317 41 21 0 124 23 110 110 57
Binary 10101011 11001111 100001 10001 0 1010100 10011 1001000 1001000 101111

Color Harmonies of #ABCF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF21

Black with #ABCF21

Text Example


Text Example

White with #ABCF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF21; }

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

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

background-color css

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

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

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

border-color css

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

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

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