Html Css Color HEX #ACCB02 La Rioja

📋 copy color: '#ACCB02'

red 172 ◦ green 203 ◦ blue 2

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

Shades of La Rioja #ACCB02

Tints of La Rioja #ACCB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 45.62%
G = 53.85%
B = 0.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#ACCB02 (or 0xACCB02) is known color: La Rioja. HEX triplet: AC, CB and 02. RGB value is (172,203,2). Sum of RGB (Red+Green+Blue) = 172+203+2=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 203 (79.69% from 255 or 53.85% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCB02 is #5334FD. Grayscale: #ABABAB. Windows color (decimal): -5453054 or 183212. OLE color: 183212.

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

Color convert

RGB 172 203 2 -
CMYK 0.15 0 0.99 0.20
HSL 69.25º 0.98% 0.4% -
HSV(B) 69.25º 0.99% 0.8% -
XYZ 38.38 51.49 7.97 -
YUV 170.82 32.73 128.84 -
System Red Green Blue C M Y K H S L
Decimal 172 203 2 0.15 0 0.99 0.20 69.25 0.98 0.4
Hex AC CB 2 F 0 63 14 45 62 28
Octal 254 313 2 17 0 143 24 105 142 50
Binary 10101100 11001011 10 1111 0 1100011 10100 1000101 1100010 101000

Color Harmonies of #ACCB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB02

Black with #ACCB02

Text Example


Text Example

White with #ACCB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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