Html Css Color HEX #BCCA03 La Rioja

📋 copy color: '#BCCA03'

red 188 ◦ green 202 ◦ blue 3

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

Shades of La Rioja #BCCA03

Tints of La Rioja #BCCA03

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.4%

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

R = 47.84%
G = 51.4%
B = 0.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#BCCA03 (or 0xBCCA03) is known color: La Rioja. HEX triplet: BC, CA and 03. RGB value is (188,202,3). Sum of RGB (Red+Green+Blue) = 188+202+3=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 3 (1.56% from 255 or 0.76% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCA03 is #4335FC. Grayscale: #AFAFAF. Windows color (decimal): -4404733 or 248508. OLE color: 248508.

HSL color Cylindrical-coordinate representation of color #BCCA03: hue angle of 64.22º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCCA03 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 202 3 -
CMYK 0.07 0 0.99 0.21
HSL 64.22º 0.97% 0.4% -
HSV(B) 64.22º 0.99% 0.79% -
XYZ 41.88 52.94 8.1 -
YUV 175.13 30.86 137.18 -
System Red Green Blue C M Y K H S L
Decimal 188 202 3 0.07 0 0.99 0.21 64.22 0.97 0.4
Hex BC CA 3 7 0 63 15 40 61 28
Octal 274 312 3 7 0 143 25 100 141 50
Binary 10111100 11001010 11 111 0 1100011 10101 1000000 1100001 101000

Color Harmonies of #BCCA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCA03

Black with #BCCA03

Text Example


Text Example

White with #BCCA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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