Html Css Color HEX #BCAC02 La Rioja

📋 copy color: '#BCAC02'

red 188 ◦ green 172 ◦ blue 2

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

Shades of La Rioja #BCAC02

Tints of La Rioja #BCAC02

RGB

 RED value IS 188 (73.83% from 255) = 51.93%

 GREEN value IS 172 (67.58% from 255) = 47.51%

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

R = 51.93%
G = 47.51%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BCAC02 (or 0xBCAC02) is known color: La Rioja. HEX triplet: BC, AC and 02. RGB value is (188,172,2). Sum of RGB (Red+Green+Blue) = 188+172+2=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAC02 is #4353FD. Grayscale: #9E9E9E. Windows color (decimal): -4412414 or 175292. OLE color: 175292.

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

Color convert

RGB 188 172 2 -
CMYK 0 0.09 0.99 0.26
HSL 54.84º 0.98% 0.37% -
HSV(B) 54.84º 0.99% 0.74% -
XYZ 35.5 40.2 5.95 -
YUV 157.4 40.3 149.82 -
System Red Green Blue C M Y K H S L
Decimal 188 172 2 0 0.09 0.99 0.26 54.84 0.98 0.37
Hex BC AC 2 0 9 63 1A 37 62 25
Octal 274 254 2 0 11 143 32 67 142 45
Binary 10111100 10101100 10 0 1001 1100011 11010 110111 1100010 100101

Color Harmonies of #BCAC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC02

Black with #BCAC02

Text Example


Text Example

White with #BCAC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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