Html Css Color HEX #BCC702 La Rioja

📋 copy color: '#BCC702'

red 188 ◦ green 199 ◦ blue 2

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

Shades of La Rioja #BCC702

Tints of La Rioja #BCC702

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.16%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 48.33%
G = 51.16%
B = 0.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#BCC702 (or 0xBCC702) is known color: La Rioja. HEX triplet: BC, C7 and 02. RGB value is (188,199,2). Sum of RGB (Red+Green+Blue) = 188+199+2=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 199 (78.12% from 255 or 51.16% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC702 is #4338FD. Grayscale: #AEAEAE. Windows color (decimal): -4405502 or 182204. OLE color: 182204.

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

Color convert

RGB 188 199 2 -
CMYK 0.06 0 0.99 0.22
HSL 63.35º 0.98% 0.39% -
HSV(B) 63.35º 0.99% 0.78% -
XYZ 41.17 51.54 7.84 -
YUV 173.25 31.36 138.52 -
System Red Green Blue C M Y K H S L
Decimal 188 199 2 0.06 0 0.99 0.22 63.35 0.98 0.39
Hex BC C7 2 6 0 63 16 3F 62 27
Octal 274 307 2 6 0 143 26 77 142 47
Binary 10111100 11000111 10 110 0 1100011 10110 111111 1100010 100111

Color Harmonies of #BCC702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC702

Black with #BCC702

Text Example


Text Example

White with #BCC702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC702; }

 p { color: rgb(188,199,2); }

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

background-color css

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

 a { background-color: rgb(188,199,2); }

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

border-color css

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

 span { border-color: rgb(188,199,2); }

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