Html Css Color HEX #BCAE02 La Rioja

📋 copy color: '#BCAE02'

red 188 ◦ green 174 ◦ blue 2

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

Shades of La Rioja #BCAE02

Tints of La Rioja #BCAE02

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.8%

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

R = 51.65%
G = 47.8%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BCAE02 (or 0xBCAE02) is known color: La Rioja. HEX triplet: BC, AE and 02. RGB value is (188,174,2). Sum of RGB (Red+Green+Blue) = 188+174+2=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAE02 is #4351FD. Grayscale: #9F9F9F. Windows color (decimal): -4411902 or 175804. OLE color: 175804.

HSL color Cylindrical-coordinate representation of color #BCAE02: hue angle of 55.48º 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 #BCAE02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 174 2 -
CMYK 0 0.07 0.99 0.26
HSL 55.48º 0.98% 0.37% -
HSV(B) 55.48º 0.99% 0.74% -
XYZ 35.89 40.97 6.07 -
YUV 158.58 39.64 148.99 -
System Red Green Blue C M Y K H S L
Decimal 188 174 2 0 0.07 0.99 0.26 55.48 0.98 0.37
Hex BC AE 2 0 7 63 1A 37 62 25
Octal 274 256 2 0 7 143 32 67 142 45
Binary 10111100 10101110 10 0 111 1100011 11010 110111 1100010 100101

Color Harmonies of #BCAE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE02

Black with #BCAE02

Text Example


Text Example

White with #BCAE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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