Html Css Color HEX #BCC003 La Rioja

📋 copy color: '#BCC003'

red 188 ◦ green 192 ◦ blue 3

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

Shades of La Rioja #BCC003

Tints of La Rioja #BCC003

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.13%

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

R = 49.09%
G = 50.13%
B = 0.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BCC003 (or 0xBCC003) is known color: La Rioja. HEX triplet: BC, C0 and 03. RGB value is (188,192,3). Sum of RGB (Red+Green+Blue) = 188+192+3=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 3 (1.56% from 255 or 0.78% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC003 is #433FFC. Grayscale: #AAAAAA. Windows color (decimal): -4407293 or 245948. OLE color: 245948.

HSL color Cylindrical-coordinate representation of color #BCC003: hue angle of 61.27º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCC003 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 3 -
CMYK 0.02 0 0.98 0.25
HSL 61.27º 0.97% 0.38% -
HSV(B) 61.27º 0.98% 0.75% -
XYZ 39.61 48.4 7.34 -
YUV 169.26 34.17 141.37 -
System Red Green Blue C M Y K H S L
Decimal 188 192 3 0.02 0 0.98 0.25 61.27 0.97 0.38
Hex BC C0 3 2 0 62 19 3D 61 26
Octal 274 300 3 2 0 142 31 75 141 46
Binary 10111100 11000000 11 10 0 1100010 11001 111101 1100001 100110

Color Harmonies of #BCC003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC003

Black with #BCC003

Text Example


Text Example

White with #BCC003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC003; }

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

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

background-color css

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

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

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

border-color css

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

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

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