Html Css Color HEX #BCA900 La Rioja

📋 copy color: '#BCA900'

red 188 ◦ green 169 ◦ blue 0

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

Shades of La Rioja #BCA900

Tints of La Rioja #BCA900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.66%
G = 47.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BCA900 (or 0xBCA900) is known color: La Rioja. HEX triplet: BC, A9 and 00. RGB value is (188,169,0). Sum of RGB (Red+Green+Blue) = 188+169+0=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA900 is #4356FF. Grayscale: #9C9C9C. Windows color (decimal): -4413184 or 43452. OLE color: 43452.

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

Color convert

RGB 188 169 0 -
CMYK 0 0.10 1 0.26
HSL 53.94º 1% 0.37% -
HSV(B) 53.94º 1% 0.74% -
XYZ 34.93 39.07 5.7 -
YUV 155.42 40.29 151.24 -
System Red Green Blue C M Y K H S L
Decimal 188 169 0 0 0.10 1 0.26 53.94 1 0.37
Hex BC A9 0 0 A 64 1A 36 64 25
Octal 274 251 0 0 12 144 32 66 144 45
Binary 10111100 10101001 0 0 1010 1100100 11010 110110 1100100 100101

Color Harmonies of #BCA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA900

Black with #BCA900

Text Example


Text Example

White with #BCA900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA900; }

 p { color: rgb(188,169,0); }

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

background-color css

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

 a { background-color: rgb(188,169,0); }

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

border-color css

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

 span { border-color: rgb(188,169,0); }

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