Html Css Color HEX #BCAB00 La Rioja

📋 copy color: '#BCAB00'

red 188 ◦ green 171 ◦ blue 0

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

Shades of La Rioja #BCAB00

Tints of La Rioja #BCAB00

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.63%

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

R = 52.37%
G = 47.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BCAB00 (or 0xBCAB00) is known color: La Rioja. HEX triplet: BC, AB and 00. RGB value is (188,171,0). Sum of RGB (Red+Green+Blue) = 188+171+0=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAB00 is #4354FF. Grayscale: #9D9D9D. Windows color (decimal): -4412672 or 43964. OLE color: 43964.

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

Color convert

RGB 188 171 0 -
CMYK 0 0.09 1 0.26
HSL 54.57º 1% 0.37% -
HSV(B) 54.57º 1% 0.74% -
XYZ 35.3 39.82 5.82 -
YUV 156.59 39.63 150.4 -
System Red Green Blue C M Y K H S L
Decimal 188 171 0 0 0.09 1 0.26 54.57 1 0.37
Hex BC AB 0 0 9 64 1A 37 64 25
Octal 274 253 0 0 11 144 32 67 144 45
Binary 10111100 10101011 0 0 1001 1100100 11010 110111 1100100 100101

Color Harmonies of #BCAB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB00

Black with #BCAB00

Text Example


Text Example

White with #BCAB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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