Html Css Color HEX #BCC812 La Rioja

📋 copy color: '#BCC812'

red 188 ◦ green 200 ◦ blue 18

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

Shades of La Rioja #BCC812

Tints of La Rioja #BCC812

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.26%

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

R = 46.31%
G = 49.26%
B = 4.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#BCC812 (or 0xBCC812) is known color: La Rioja. HEX triplet: BC, C8 and 12. RGB value is (188,200,18). Sum of RGB (Red+Green+Blue) = 188+200+18=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC812 is #4337ED. Grayscale: #B0B0B0. Windows color (decimal): -4405230 or 1231036. OLE color: 1231036.

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

Color convert

RGB 188 200 18 -
CMYK 0.06 0 0.91 0.22
HSL 63.96º 0.83% 0.43% -
HSV(B) 63.96º 0.91% 0.78% -
XYZ 41.5 52.04 8.43 -
YUV 175.66 39.02 136.8 -
System Red Green Blue C M Y K H S L
Decimal 188 200 18 0.06 0 0.91 0.22 63.96 0.83 0.43
Hex BC C8 12 6 0 5B 16 40 53 2B
Octal 274 310 22 6 0 133 26 100 123 53
Binary 10111100 11001000 10010 110 0 1011011 10110 1000000 1010011 101011

Color Harmonies of #BCC812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC812

Black with #BCC812

Text Example


Text Example

White with #BCC812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC812; }

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

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

background-color css

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

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

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

border-color css

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

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

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