Html Css Color HEX #BCC612 La Rioja

📋 copy color: '#BCC612'

red 188 ◦ green 198 ◦ blue 18

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

Shades of La Rioja #BCC612

Tints of La Rioja #BCC612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.46%

R = 46.53%
G = 49.01%
B = 4.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#BCC612 (or 0xBCC612) is known color: La Rioja. HEX triplet: BC, C6 and 12. RGB value is (188,198,18). Sum of RGB (Red+Green+Blue) = 188+198+18=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC612 is #4339ED. Grayscale: #AFAFAF. Windows color (decimal): -4405742 or 1230524. OLE color: 1230524.

HSL color Cylindrical-coordinate representation of color #BCC612: hue angle of 63.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCC612 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 18 -
CMYK 0.05 0 0.91 0.22
HSL 63.33º 0.83% 0.42% -
HSV(B) 63.33º 0.91% 0.78% -
XYZ 41.04 51.12 8.28 -
YUV 174.49 39.69 137.64 -
System Red Green Blue C M Y K H S L
Decimal 188 198 18 0.05 0 0.91 0.22 63.33 0.83 0.42
Hex BC C6 12 5 0 5B 16 3F 53 2A
Octal 274 306 22 5 0 133 26 77 123 52
Binary 10111100 11000110 10010 101 0 1011011 10110 111111 1010011 101010

Color Harmonies of #BCC612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC612

Black with #BCC612

Text Example


Text Example

White with #BCC612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC612; }

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

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

background-color css

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

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

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

border-color css

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

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

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