Html Css Color HEX #BCC613 La Rioja

📋 copy color: '#BCC613'

red 188 ◦ green 198 ◦ blue 19

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

Shades of La Rioja #BCC613

Tints of La Rioja #BCC613

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.89%

 BLUE value IS 19 (7.81% from 255) = 4.69%

R = 46.42%
G = 48.89%
B = 4.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#BCC613 (or 0xBCC613) is known color: La Rioja. HEX triplet: BC, C6 and 13. RGB value is (188,198,19). Sum of RGB (Red+Green+Blue) = 188+198+19=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 198 (77.73% from 255 or 48.89% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC613 is #4339EC. Grayscale: #AFAFAF. Windows color (decimal): -4405741 or 1296060. OLE color: 1296060.

HSL color Cylindrical-coordinate representation of color #BCC613: hue angle of 63.35º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCC613 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 19 -
CMYK 0.05 0 0.90 0.22
HSL 63.35º 0.82% 0.43% -
HSV(B) 63.35º 0.9% 0.78% -
XYZ 41.05 51.13 8.32 -
YUV 174.6 40.19 137.55 -
System Red Green Blue C M Y K H S L
Decimal 188 198 19 0.05 0 0.90 0.22 63.35 0.82 0.43
Hex BC C6 13 5 0 5A 16 3F 52 2B
Octal 274 306 23 5 0 132 26 77 122 53
Binary 10111100 11000110 10011 101 0 1011010 10110 111111 1010010 101011

Color Harmonies of #BCC613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC613

Black with #BCC613

Text Example


Text Example

White with #BCC613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC613; }

 p { color: rgb(188,198,19); }

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

background-color css

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

 a { background-color: rgb(188,198,19); }

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

border-color css

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

 span { border-color: rgb(188,198,19); }

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