Html Css Color HEX #BCD307 La Rioja

📋 copy color: '#BCD307'

red 188 ◦ green 211 ◦ blue 7

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

Shades of La Rioja #BCD307

Tints of La Rioja #BCD307

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.97%

 BLUE value IS 7 (3.13% from 255) = 1.72%

R = 46.31%
G = 51.97%
B = 1.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#BCD307 (or 0xBCD307) is known color: La Rioja. HEX triplet: BC, D3 and 07. RGB value is (188,211,7). Sum of RGB (Red+Green+Blue) = 188+211+7=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 211 (82.81% from 255 or 51.97% from 406); Blue value is 7 (3.12% from 255 or 1.72% from 406); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD307 is #432CF8. Grayscale: #B5B5B5. Windows color (decimal): -4402425 or 512956. OLE color: 512956.

HSL color Cylindrical-coordinate representation of color #BCD307: hue angle of 66.76º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCD307 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 7 -
CMYK 0.11 0 0.97 0.17
HSL 66.76º 0.94% 0.43% -
HSV(B) 66.76º 0.97% 0.83% -
XYZ 44.07 57.3 8.94 -
YUV 180.87 29.88 133.09 -
System Red Green Blue C M Y K H S L
Decimal 188 211 7 0.11 0 0.97 0.17 66.76 0.94 0.43
Hex BC D3 7 B 0 61 11 43 5E 2B
Octal 274 323 7 13 0 141 21 103 136 53
Binary 10111100 11010011 111 1011 0 1100001 10001 1000011 1011110 101011

Color Harmonies of #BCD307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD307

Black with #BCD307

Text Example


Text Example

White with #BCD307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD307; }

 p { color: rgb(188,211,7); }

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

background-color css

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

 a { background-color: rgb(188,211,7); }

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

border-color css

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

 span { border-color: rgb(188,211,7); }

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