Html Css Color HEX #ABCB27 Bahia

📋 copy color: '#ABCB27'

red 171 ◦ green 203 ◦ blue 39

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

Shades of Bahia #ABCB27

Tints of Bahia #ABCB27

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.15%

 BLUE value IS 39 (15.63% from 255) = 9.44%

R = 41.4%
G = 49.15%
B = 9.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#ABCB27 (or 0xABCB27) is known color: Bahia. HEX triplet: AB, CB and 27. RGB value is (171,203,39). Sum of RGB (Red+Green+Blue) = 171+203+39=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 39 (15.62% from 255 or 9.44% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB27 is #5434D8. Grayscale: #AFAFAF. Windows color (decimal): -5518553 or 2608043. OLE color: 2608043.

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

Color convert

RGB 171 203 39 -
CMYK 0.16 0 0.81 0.20
HSL 71.71º 0.68% 0.47% -
HSV(B) 71.71º 0.81% 0.8% -
XYZ 38.52 51.52 9.83 -
YUV 174.74 51.4 125.34 -
System Red Green Blue C M Y K H S L
Decimal 171 203 39 0.16 0 0.81 0.20 71.71 0.68 0.47
Hex AB CB 27 10 0 51 14 48 44 2F
Octal 253 313 47 20 0 121 24 110 104 57
Binary 10101011 11001011 100111 10000 0 1010001 10100 1001000 1000100 101111

Color Harmonies of #ABCB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB27

Black with #ABCB27

Text Example


Text Example

White with #ABCB27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB27; }

 p { color: rgb(171,203,39); }

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

background-color css

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

 a { background-color: rgb(171,203,39); }

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

border-color css

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

 span { border-color: rgb(171,203,39); }

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