Html Css Color HEX #BCBA00 La Rioja

📋 copy color: '#BCBA00'

red 188 ◦ green 186 ◦ blue 0

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

Shades of La Rioja #BCBA00

Tints of La Rioja #BCBA00

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.73%

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

R = 50.27%
G = 49.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BCBA00 (or 0xBCBA00) is known color: La Rioja. HEX triplet: BC, BA and 00. RGB value is (188,186,0). Sum of RGB (Red+Green+Blue) = 188+186+0=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBA00 is #4345FF. Grayscale: #A6A6A6. Windows color (decimal): -4408832 or 47804. OLE color: 47804.

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

Color convert

RGB 188 186 0 -
CMYK 0 0.01 1 0.26
HSL 59.36º 1% 0.37% -
HSV(B) 59.36º 1% 0.74% -
XYZ 38.3 45.81 6.82 -
YUV 165.39 34.66 144.12 -
System Red Green Blue C M Y K H S L
Decimal 188 186 0 0 0.01 1 0.26 59.36 1 0.37
Hex BC BA 0 0 1 64 1A 3B 64 25
Octal 274 272 0 0 1 144 32 73 144 45
Binary 10111100 10111010 0 0 1 1100100 11010 111011 1100100 100101

Color Harmonies of #BCBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA00

Black with #BCBA00

Text Example


Text Example

White with #BCBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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