Html Css Color HEX #ACCB1B Bahia

📋 copy color: '#ACCB1B'

red 172 ◦ green 203 ◦ blue 27

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

Shades of Bahia #ACCB1B

Tints of Bahia #ACCB1B

RGB

 RED value IS 172 (67.58% from 255) = 42.79%

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

 BLUE value IS 27 (10.94% from 255) = 6.72%

R = 42.79%
G = 50.5%
B = 6.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#ACCB1B (or 0xACCB1B) is known color: Bahia. HEX triplet: AC, CB and 1B. RGB value is (172,203,27). Sum of RGB (Red+Green+Blue) = 172+203+27=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 27 (10.94% from 255 or 6.72% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB1B is #5334E4. Grayscale: #AEAEAE. Windows color (decimal): -5453029 or 1821612. OLE color: 1821612.

HSL color Cylindrical-coordinate representation of color #ACCB1B: hue angle of 70.57º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACCB1B is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 203 27 -
CMYK 0.15 0 0.87 0.20
HSL 70.57º 0.77% 0.45% -
HSV(B) 70.57º 0.87% 0.8% -
XYZ 38.57 51.56 8.96 -
YUV 173.67 45.23 126.81 -
System Red Green Blue C M Y K H S L
Decimal 172 203 27 0.15 0 0.87 0.20 70.57 0.77 0.45
Hex AC CB 1B F 0 57 14 47 4D 2D
Octal 254 313 33 17 0 127 24 107 115 55
Binary 10101100 11001011 11011 1111 0 1010111 10100 1000111 1001101 101101

Color Harmonies of #ACCB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB1B

Black with #ACCB1B

Text Example


Text Example

White with #ACCB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB1B; }

 p { color: rgb(172,203,27); }

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

background-color css

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

 a { background-color: rgb(172,203,27); }

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

border-color css

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

 span { border-color: rgb(172,203,27); }

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