Html Css Color HEX #BCBD18 La Rioja

📋 copy color: '#BCBD18'

red 188 ◦ green 189 ◦ blue 24

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

Shades of La Rioja #BCBD18

Tints of La Rioja #BCBD18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.99%

R = 46.88%
G = 47.13%
B = 5.99%

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

#BCBD18 (or 0xBCBD18) is known color: La Rioja. HEX triplet: BC, BD and 18. RGB value is (188,189,24). Sum of RGB (Red+Green+Blue) = 188+189+24=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 24 (9.77% from 255 or 5.99% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBD18 is #4342E7. Grayscale: #AAAAAA. Windows color (decimal): -4408040 or 1621436. OLE color: 1621436.

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

Color convert

RGB 188 189 24 -
CMYK 0.01 0 0.87 0.26
HSL 60.36º 0.77% 0.42% -
HSV(B) 60.36º 0.87% 0.74% -
XYZ 39.1 47.15 7.9 -
YUV 169.89 45.67 140.92 -
System Red Green Blue C M Y K H S L
Decimal 188 189 24 0.01 0 0.87 0.26 60.36 0.77 0.42
Hex BC BD 18 1 0 57 1A 3C 4D 2A
Octal 274 275 30 1 0 127 32 74 115 52
Binary 10111100 10111101 11000 1 0 1010111 11010 111100 1001101 101010

Color Harmonies of #BCBD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD18

Black with #BCBD18

Text Example


Text Example

White with #BCBD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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