Html Css Color HEX #BCBE18 La Rioja

📋 copy color: '#BCBE18'

red 188 ◦ green 190 ◦ blue 24

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

Shades of La Rioja #BCBE18

Tints of La Rioja #BCBE18

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.26%

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

R = 46.77%
G = 47.26%
B = 5.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BCBE18 (or 0xBCBE18) is known color: La Rioja. HEX triplet: BC, BE and 18. RGB value is (188,190,24). Sum of RGB (Red+Green+Blue) = 188+190+24=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 24 (9.77% from 255 or 5.97% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBE18 is #4341E7. Grayscale: #ABABAB. Windows color (decimal): -4407784 or 1621692. OLE color: 1621692.

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

Color convert

RGB 188 190 24 -
CMYK 0.01 0 0.87 0.25
HSL 60.72º 0.78% 0.42% -
HSV(B) 60.72º 0.87% 0.75% -
XYZ 39.32 47.58 7.98 -
YUV 170.48 45.34 140.5 -
System Red Green Blue C M Y K H S L
Decimal 188 190 24 0.01 0 0.87 0.25 60.72 0.78 0.42
Hex BC BE 18 1 0 57 19 3D 4E 2A
Octal 274 276 30 1 0 127 31 75 116 52
Binary 10111100 10111110 11000 1 0 1010111 11001 111101 1001110 101010

Color Harmonies of #BCBE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBE18

Black with #BCBE18

Text Example


Text Example

White with #BCBE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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