Html Css Color HEX #BCC80B La Rioja

📋 copy color: '#BCC80B'

red 188 ◦ green 200 ◦ blue 11

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

Shades of La Rioja #BCC80B

Tints of La Rioja #BCC80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.76%

R = 47.12%
G = 50.13%
B = 2.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#BCC80B (or 0xBCC80B) is known color: La Rioja. HEX triplet: BC, C8 and 0B. RGB value is (188,200,11). Sum of RGB (Red+Green+Blue) = 188+200+11=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC80B is #4337F4. Grayscale: #AFAFAF. Windows color (decimal): -4405237 or 772284. OLE color: 772284.

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

Color convert

RGB 188 200 11 -
CMYK 0.06 0 0.94 0.22
HSL 63.81º 0.9% 0.41% -
HSV(B) 63.81º 0.95% 0.78% -
XYZ 41.45 52.02 8.17 -
YUV 174.87 35.52 137.37 -
System Red Green Blue C M Y K H S L
Decimal 188 200 11 0.06 0 0.94 0.22 63.81 0.9 0.41
Hex BC C8 B 6 0 5E 16 40 5A 29
Octal 274 310 13 6 0 136 26 100 132 51
Binary 10111100 11001000 1011 110 0 1011110 10110 1000000 1011010 101001

Color Harmonies of #BCC80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC80B

Black with #BCC80B

Text Example


Text Example

White with #BCC80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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