Html Css Color HEX #BCC205 La Rioja

📋 copy color: '#BCC205'

red 188 ◦ green 194 ◦ blue 5

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

Shades of La Rioja #BCC205

Tints of La Rioja #BCC205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.29%

R = 48.58%
G = 50.13%
B = 1.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#BCC205 (or 0xBCC205) is known color: La Rioja. HEX triplet: BC, C2 and 05. RGB value is (188,194,5). Sum of RGB (Red+Green+Blue) = 188+194+5=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC205 is #433DFA. Grayscale: #ABABAB. Windows color (decimal): -4406779 or 377532. OLE color: 377532.

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

Color convert

RGB 188 194 5 -
CMYK 0.03 0 0.97 0.24
HSL 61.9º 0.95% 0.39% -
HSV(B) 61.9º 0.97% 0.76% -
XYZ 40.06 49.29 7.55 -
YUV 170.66 34.51 140.37 -
System Red Green Blue C M Y K H S L
Decimal 188 194 5 0.03 0 0.97 0.24 61.9 0.95 0.39
Hex BC C2 5 3 0 61 18 3E 5F 27
Octal 274 302 5 3 0 141 30 76 137 47
Binary 10111100 11000010 101 11 0 1100001 11000 111110 1011111 100111

Color Harmonies of #BCC205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC205

Black with #BCC205

Text Example


Text Example

White with #BCC205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC205; }

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

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

background-color css

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

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

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

border-color css

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

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

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