Html Css Color HEX #BCC203 La Rioja

📋 copy color: '#BCC203'

red 188 ◦ green 194 ◦ blue 3

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

Shades of La Rioja #BCC203

Tints of La Rioja #BCC203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 48.83%
G = 50.39%
B = 0.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#BCC203 (or 0xBCC203) is known color: La Rioja. HEX triplet: BC, C2 and 03. RGB value is (188,194,3). Sum of RGB (Red+Green+Blue) = 188+194+3=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC203 is #433DFC. Grayscale: #ABABAB. Windows color (decimal): -4406781 or 246460. OLE color: 246460.

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

Color convert

RGB 188 194 3 -
CMYK 0.03 0 0.98 0.24
HSL 61.88º 0.97% 0.39% -
HSV(B) 61.88º 0.98% 0.76% -
XYZ 40.05 49.28 7.49 -
YUV 170.43 33.51 140.53 -
System Red Green Blue C M Y K H S L
Decimal 188 194 3 0.03 0 0.98 0.24 61.88 0.97 0.39
Hex BC C2 3 3 0 62 18 3E 61 27
Octal 274 302 3 3 0 142 30 76 141 47
Binary 10111100 11000010 11 11 0 1100010 11000 111110 1100001 100111

Color Harmonies of #BCC203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC203

Black with #BCC203

Text Example


Text Example

White with #BCC203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC203; }

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

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

background-color css

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

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

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

border-color css

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

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

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