Html Css Color HEX #BCBD19 La Rioja

📋 copy color: '#BCBD19'

red 188 ◦ green 189 ◦ blue 25

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

Shades of La Rioja #BCBD19

Tints of La Rioja #BCBD19

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.01%

 BLUE value IS 25 (10.16% from 255) = 6.22%

R = 46.77%
G = 47.01%
B = 6.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BCBD19 (or 0xBCBD19) is known color: La Rioja. HEX triplet: BC, BD and 19. RGB value is (188,189,25). Sum of RGB (Red+Green+Blue) = 188+189+25=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBD19 is #4342E6. Grayscale: #AAAAAA. Windows color (decimal): -4408039 or 1686972. OLE color: 1686972.

HSL color Cylindrical-coordinate representation of color #BCBD19: hue angle of 60.37º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCBD19 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 189 25 -
CMYK 0.01 0 0.87 0.26
HSL 60.37º 0.77% 0.42% -
HSV(B) 60.37º 0.87% 0.74% -
XYZ 39.11 47.16 7.96 -
YUV 170.01 46.17 140.84 -
System Red Green Blue C M Y K H S L
Decimal 188 189 25 0.01 0 0.87 0.26 60.37 0.77 0.42
Hex BC BD 19 1 0 57 1A 3C 4D 2A
Octal 274 275 31 1 0 127 32 74 115 52
Binary 10111100 10111101 11001 1 0 1010111 11010 111100 1001101 101010

Color Harmonies of #BCBD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD19

Black with #BCBD19

Text Example


Text Example

White with #BCBD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD19; }

 p { color: rgb(188,189,25); }

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

background-color css

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

 a { background-color: rgb(188,189,25); }

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

border-color css

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

 span { border-color: rgb(188,189,25); }

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