Html Css Color HEX #BCC212 La Rioja

📋 copy color: '#BCC212'

red 188 ◦ green 194 ◦ blue 18

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

Shades of La Rioja #BCC212

Tints of La Rioja #BCC212

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.5%

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

R = 47%
G = 48.5%
B = 4.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#BCC212 (or 0xBCC212) is known color: La Rioja. HEX triplet: BC, C2 and 12. RGB value is (188,194,18). Sum of RGB (Red+Green+Blue) = 188+194+18=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC212 is #433DED. Grayscale: #ACACAC. Windows color (decimal): -4406766 or 1229500. OLE color: 1229500.

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

Color convert

RGB 188 194 18 -
CMYK 0.03 0 0.91 0.24
HSL 62.05º 0.83% 0.42% -
HSV(B) 62.05º 0.91% 0.76% -
XYZ 40.14 49.32 7.98 -
YUV 172.14 41.01 139.31 -
System Red Green Blue C M Y K H S L
Decimal 188 194 18 0.03 0 0.91 0.24 62.05 0.83 0.42
Hex BC C2 12 3 0 5B 18 3E 53 2A
Octal 274 302 22 3 0 133 30 76 123 52
Binary 10111100 11000010 10010 11 0 1011011 11000 111110 1010011 101010

Color Harmonies of #BCC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC212

Black with #BCC212

Text Example


Text Example

White with #BCC212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC212; }

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

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

background-color css

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

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

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

border-color css

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

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

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