Html Css Color HEX #BEC008 La Rioja

📋 copy color: '#BEC008'

red 190 ◦ green 192 ◦ blue 8

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

Shades of La Rioja #BEC008

Tints of La Rioja #BEC008

RGB

 RED value IS 190 (74.61% from 255) = 48.72%

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

 BLUE value IS 8 (3.52% from 255) = 2.05%

R = 48.72%
G = 49.23%
B = 2.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BEC008 (or 0xBEC008) is known color: La Rioja. HEX triplet: BE, C0 and 08. RGB value is (190,192,8). Sum of RGB (Red+Green+Blue) = 190+192+8=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 8 (3.52% from 255 or 2.05% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC008 is #413FF7. Grayscale: #ABABAB. Windows color (decimal): -4276216 or 573630. OLE color: 573630.

HSL color Cylindrical-coordinate representation of color #BEC008: hue angle of 60.65º degrees, saturation: 0.92, 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 #BEC008 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 8 -
CMYK 0.01 0 0.96 0.25
HSL 60.65º 0.92% 0.39% -
HSV(B) 60.65º 0.96% 0.75% -
XYZ 40.13 48.66 7.51 -
YUV 170.43 36.34 141.96 -
System Red Green Blue C M Y K H S L
Decimal 190 192 8 0.01 0 0.96 0.25 60.65 0.92 0.39
Hex BE C0 8 1 0 60 19 3D 5C 27
Octal 276 300 10 1 0 140 31 75 134 47
Binary 10111110 11000000 1000 1 0 1100000 11001 111101 1011100 100111

Color Harmonies of #BEC008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC008

Black with #BEC008

Text Example


Text Example

White with #BEC008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC008; }

 p { color: rgb(190,192,8); }

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

background-color css

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

 a { background-color: rgb(190,192,8); }

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

border-color css

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

 span { border-color: rgb(190,192,8); }

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