Html Css Color HEX #BCD207 La Rioja

📋 copy color: '#BCD207'

red 188 ◦ green 210 ◦ blue 7

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

Shades of La Rioja #BCD207

Tints of La Rioja #BCD207

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.85%

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

R = 46.42%
G = 51.85%
B = 1.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#BCD207 (or 0xBCD207) is known color: La Rioja. HEX triplet: BC, D2 and 07. RGB value is (188,210,7). Sum of RGB (Red+Green+Blue) = 188+210+7=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 7 (3.12% from 255 or 1.73% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD207 is #432DF8. Grayscale: #B5B5B5. Windows color (decimal): -4402681 or 512700. OLE color: 512700.

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

Color convert

RGB 188 210 7 -
CMYK 0.10 0 0.97 0.18
HSL 66.5º 0.94% 0.43% -
HSV(B) 66.5º 0.97% 0.82% -
XYZ 43.82 56.8 8.85 -
YUV 180.28 30.21 133.51 -
System Red Green Blue C M Y K H S L
Decimal 188 210 7 0.10 0 0.97 0.18 66.5 0.94 0.43
Hex BC D2 7 A 0 61 12 43 5E 2B
Octal 274 322 7 12 0 141 22 103 136 53
Binary 10111100 11010010 111 1010 0 1100001 10010 1000011 1011110 101011

Color Harmonies of #BCD207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD207

Black with #BCD207

Text Example


Text Example

White with #BCD207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD207; }

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

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

background-color css

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

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

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

border-color css

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

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

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