Html Css Color HEX #BCC007 La Rioja

📋 copy color: '#BCC007'

red 188 ◦ green 192 ◦ blue 7

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

Shades of La Rioja #BCC007

Tints of La Rioja #BCC007

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.61%

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

R = 48.58%
G = 49.61%
B = 1.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BCC007 (or 0xBCC007) is known color: La Rioja. HEX triplet: BC, C0 and 07. RGB value is (188,192,7). Sum of RGB (Red+Green+Blue) = 188+192+7=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 7 (3.12% from 255 or 1.81% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC007 is #433FF8. Grayscale: #AAAAAA. Windows color (decimal): -4407289 or 508092. OLE color: 508092.

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

Color convert

RGB 188 192 7 -
CMYK 0.02 0 0.96 0.25
HSL 61.3º 0.93% 0.39% -
HSV(B) 61.3º 0.96% 0.75% -
XYZ 39.63 48.41 7.46 -
YUV 169.71 36.17 141.04 -
System Red Green Blue C M Y K H S L
Decimal 188 192 7 0.02 0 0.96 0.25 61.3 0.93 0.39
Hex BC C0 7 2 0 60 19 3D 5D 27
Octal 274 300 7 2 0 140 31 75 135 47
Binary 10111100 11000000 111 10 0 1100000 11001 111101 1011101 100111

Color Harmonies of #BCC007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC007

Black with #BCC007

Text Example


Text Example

White with #BCC007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC007; }

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

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

background-color css

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

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

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

border-color css

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

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

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