Html Css Color HEX #BEC00A La Rioja

📋 copy color: '#BEC00A'

red 190 ◦ green 192 ◦ blue 10

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

Shades of La Rioja #BEC00A

Tints of La Rioja #BEC00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.55%

R = 48.47%
G = 48.98%
B = 2.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BEC00A (or 0xBEC00A) is known color: La Rioja. HEX triplet: BE, C0 and 0A. RGB value is (190,192,10). Sum of RGB (Red+Green+Blue) = 190+192+10=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 10 (4.30% from 255 or 2.55% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC00A is #413FF5. Grayscale: #ABABAB. Windows color (decimal): -4276214 or 704702. OLE color: 704702.

HSL color Cylindrical-coordinate representation of color #BEC00A: hue angle of 60.66º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEC00A is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 10 -
CMYK 0.01 0 0.95 0.25
HSL 60.66º 0.9% 0.4% -
HSV(B) 60.66º 0.95% 0.75% -
XYZ 40.14 48.67 7.57 -
YUV 170.65 37.34 141.8 -
System Red Green Blue C M Y K H S L
Decimal 190 192 10 0.01 0 0.95 0.25 60.66 0.9 0.4
Hex BE C0 A 1 0 5F 19 3D 5A 28
Octal 276 300 12 1 0 137 31 75 132 50
Binary 10111110 11000000 1010 1 0 1011111 11001 111101 1011010 101000

Color Harmonies of #BEC00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC00A

Black with #BEC00A

Text Example


Text Example

White with #BEC00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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