Html Css Color HEX #ABCF28 Bahia

📋 copy color: '#ABCF28'

red 171 ◦ green 207 ◦ blue 40

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

Shades of Bahia #ABCF28

Tints of Bahia #ABCF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.57%

R = 40.91%
G = 49.52%
B = 9.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#ABCF28 (or 0xABCF28) is known color: Bahia. HEX triplet: AB, CF and 28. RGB value is (171,207,40). Sum of RGB (Red+Green+Blue) = 171+207+40=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCF28 is #5430D7. Grayscale: #B1B1B1. Windows color (decimal): -5517528 or 2674603. OLE color: 2674603.

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

Color convert

RGB 171 207 40 -
CMYK 0.17 0 0.81 0.19
HSL 72.93º 0.68% 0.48% -
HSV(B) 72.93º 0.81% 0.81% -
XYZ 39.49 53.44 10.24 -
YUV 177.2 50.57 123.58 -
System Red Green Blue C M Y K H S L
Decimal 171 207 40 0.17 0 0.81 0.19 72.93 0.68 0.48
Hex AB CF 28 11 0 51 13 49 44 30
Octal 253 317 50 21 0 121 23 111 104 60
Binary 10101011 11001111 101000 10001 0 1010001 10011 1001001 1000100 110000

Color Harmonies of #ABCF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF28

Black with #ABCF28

Text Example


Text Example

White with #ABCF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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