Html Css Color HEX #BCC207 La Rioja

📋 copy color: '#BCC207'

red 188 ◦ green 194 ◦ blue 7

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

Shades of La Rioja #BCC207

Tints of La Rioja #BCC207

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.87%

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

R = 48.33%
G = 49.87%
B = 1.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#BCC207 (or 0xBCC207) is known color: La Rioja. HEX triplet: BC, C2 and 07. RGB value is (188,194,7). Sum of RGB (Red+Green+Blue) = 188+194+7=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 7 (3.12% from 255 or 1.80% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC207 is #433DF8. Grayscale: #ABABAB. Windows color (decimal): -4406777 or 508604. OLE color: 508604.

HSL color Cylindrical-coordinate representation of color #BCC207: hue angle of 61.93º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCC207 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 194 7 -
CMYK 0.03 0 0.96 0.24
HSL 61.93º 0.93% 0.39% -
HSV(B) 61.93º 0.96% 0.76% -
XYZ 40.07 49.29 7.6 -
YUV 170.89 35.51 140.21 -
System Red Green Blue C M Y K H S L
Decimal 188 194 7 0.03 0 0.96 0.24 61.93 0.93 0.39
Hex BC C2 7 3 0 60 18 3E 5D 27
Octal 274 302 7 3 0 140 30 76 135 47
Binary 10111100 11000010 111 11 0 1100000 11000 111110 1011101 100111

Color Harmonies of #BCC207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC207

Black with #BCC207

Text Example


Text Example

White with #BCC207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC207; }

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

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

background-color css

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

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

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

border-color css

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

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

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