Html Css Color HEX #ABBC27 Bahia

📋 copy color: '#ABBC27'

red 171 ◦ green 188 ◦ blue 39

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

Shades of Bahia #ABBC27

Tints of Bahia #ABBC27

RGB

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

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

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

R = 42.96%
G = 47.24%
B = 9.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#ABBC27 (or 0xABBC27) is known color: Bahia. HEX triplet: AB, BC and 27. RGB value is (171,188,39). Sum of RGB (Red+Green+Blue) = 171+188+39=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC27 is #5443D8. Grayscale: #A6A6A6. Windows color (decimal): -5522393 or 2604203. OLE color: 2604203.

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

Color convert

RGB 171 188 39 -
CMYK 0.09 0 0.79 0.26
HSL 66.85º 0.66% 0.45% -
HSV(B) 66.85º 0.79% 0.74% -
XYZ 35.14 44.77 8.71 -
YUV 165.93 56.37 131.62 -
System Red Green Blue C M Y K H S L
Decimal 171 188 39 0.09 0 0.79 0.26 66.85 0.66 0.45
Hex AB BC 27 9 0 4F 1A 43 42 2D
Octal 253 274 47 11 0 117 32 103 102 55
Binary 10101011 10111100 100111 1001 0 1001111 11010 1000011 1000010 101101

Color Harmonies of #ABBC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC27

Black with #ABBC27

Text Example


Text Example

White with #ABBC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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