Html Css Color HEX #BCC012 La Rioja

📋 copy color: '#BCC012'

red 188 ◦ green 192 ◦ blue 18

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

Shades of La Rioja #BCC012

Tints of La Rioja #BCC012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.24%

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

R = 47.24%
G = 48.24%
B = 4.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BCC012 (or 0xBCC012) is known color: La Rioja. HEX triplet: BC, C0 and 12. RGB value is (188,192,18). Sum of RGB (Red+Green+Blue) = 188+192+18=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC012 is #433FED. Grayscale: #ABABAB. Windows color (decimal): -4407278 or 1228988. OLE color: 1228988.

HSL color Cylindrical-coordinate representation of color #BCC012: hue angle of 61.38º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCC012 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 18 -
CMYK 0.02 0 0.91 0.25
HSL 61.38º 0.83% 0.41% -
HSV(B) 61.38º 0.91% 0.75% -
XYZ 39.7 48.43 7.83 -
YUV 170.97 41.67 140.15 -
System Red Green Blue C M Y K H S L
Decimal 188 192 18 0.02 0 0.91 0.25 61.38 0.83 0.41
Hex BC C0 12 2 0 5B 19 3D 53 29
Octal 274 300 22 2 0 133 31 75 123 51
Binary 10111100 11000000 10010 10 0 1011011 11001 111101 1010011 101001

Color Harmonies of #BCC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC012

Black with #BCC012

Text Example


Text Example

White with #BCC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC012; }

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

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

background-color css

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

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

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

border-color css

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

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

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