Html Css Color HEX #ABBD0F Bahia

📋 copy color: '#ABBD0F'

red 171 ◦ green 189 ◦ blue 15

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

Shades of Bahia #ABBD0F

Tints of Bahia #ABBD0F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.4%

 BLUE value IS 15 (6.25% from 255) = 4%

R = 45.6%
G = 50.4%
B = 4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#ABBD0F (or 0xABBD0F) is known color: Bahia. HEX triplet: AB, BD and 0F. RGB value is (171,189,15). Sum of RGB (Red+Green+Blue) = 171+189+15=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBD0F is #5442F0. Grayscale: #A4A4A4. Windows color (decimal): -5522161 or 1031595. OLE color: 1031595.

HSL color Cylindrical-coordinate representation of color #ABBD0F: hue angle of 66.21º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABBD0F is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 15 -
CMYK 0.10 0 0.92 0.26
HSL 66.21º 0.85% 0.4% -
HSV(B) 66.21º 0.92% 0.74% -
XYZ 35.08 45.09 7.31 -
YUV 163.78 44.04 133.15 -
System Red Green Blue C M Y K H S L
Decimal 171 189 15 0.10 0 0.92 0.26 66.21 0.85 0.4
Hex AB BD F A 0 5C 1A 42 55 28
Octal 253 275 17 12 0 134 32 102 125 50
Binary 10101011 10111101 1111 1010 0 1011100 11010 1000010 1010101 101000

Color Harmonies of #ABBD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD0F

Black with #ABBD0F

Text Example


Text Example

White with #ABBD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD0F; }

 p { color: rgb(171,189,15); }

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

background-color css

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

 a { background-color: rgb(171,189,15); }

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

border-color css

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

 span { border-color: rgb(171,189,15); }

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